#22D429

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

Shades of Lime Green #22D429

Tints of Lime Green #22D429

Color information

#22D429 (or 0x22D429) is unknown color: approx Lime Green. HEX triplet: 22, D4 and 29. RGB value is (34,212,41). Sum of RGB (Red+Green+Blue) = 34+212+41=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #22D429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D429 is #DD2BD6. Grayscale: #8B8B8B. Windows color (decimal): -14494679 or 2741282. OLE color: 2741282.

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

Color convert

RGB3421241-
CMYK0.8400.810.17
HSL122.36º72.36%48.24%-
HSV(B)122.36º83.96%83.14%-
XYZ24.647.599.99-
YUV139.2872.5352.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.85%
GREEN value IS 212 (83.20% from 255) = 73.87%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=11.85%
G=73.87%
B=14.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal34212410.8400.810.17122.3672.3648.24
Hex22D42954051117a4830
Octal423245112401212117211060
Binary100010110101001010011010100010100011000111110101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22D429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,212,41); }

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

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

 a { background-color: rgb(34,212,41); }

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

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

 span { border-color: rgb(34,212,41); }

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