#22D028

Color #22D028 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #22D028

Tints of Lime Green #22D028

Color information

#22D028 (or 0x22D028) is unknown color: approx Lime Green. HEX triplet: 22, D0 and 28. RGB value is (34,208,40). Sum of RGB (Red+Green+Blue) = 34+208+40=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 208 (81.64% from 255 or 73.76% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 208 - color contains mainly: green. Hex color #22D028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D028 is #DD2FD7. Grayscale: #898989. Windows color (decimal): -14495704 or 2674722. OLE color: 2674722.

HSL color Cylindrical-coordinate representation of color #22D028: hue angle of 122.07º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D028 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB3420840-
CMYK0.8400.810.18
HSL122.07º71.9%47.45%-
HSV(B)122.07º83.65%81.57%-
XYZ23.645.619.57-
YUV136.8273.3554.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 208 (81.64% from 255) = 73.76%
BLUE value IS 40 (16.02% from 255) = 14.18%
R=12.06%
G=73.76%
B=14.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal34208400.8400.810.18122.0771.947.45
Hex22D02854051127a482f
Octal423205012401212217211057
Binary100010110100001010001010100010100011001011110101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22D028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22D028; }

 p { color: rgb(34,208,40); }

 H1.HeaderClassName
 {
   color: #22D028;
 }
 .AnyTagClassName
 {
   color: #22D028;
 }
</style>
background-color css

<style>
 a { background-color: #22D028; }

 a { background-color: rgb(34,208,40); }

 div.DivClassName
 {
   background-color: #22D028;
 }
 .BgClassName
 {
   background-color: #22D028;
 }
</style>
border-color css

<style>
 span { border-color: #22D028; }

 span { border-color: rgb(34,208,40); }

 td.TdClassName
 {
   border-color: #22D028;
 }
 .TagClassName
 {
   border-color: #22D028;
 }
</style>