#22C029

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

Shades of Lime Green #22C029

Tints of Lime Green #22C029

Color information

#22C029 (or 0x22C029) is unknown color: approx Lime Green. HEX triplet: 22, C0 and 29. RGB value is (34,192,41). Sum of RGB (Red+Green+Blue) = 34+192+41=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #22C029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C029 is #DD3FD6. Grayscale: #7F7F7F. Windows color (decimal): -14499799 or 2736162. OLE color: 2736162.

HSL color Cylindrical-coordinate representation of color #22C029: hue angle of 122.66º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C029 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB3419241-
CMYK0.8200.790.25
HSL122.66º69.91%44.31%-
HSV(B)122.66º82.29%75.29%-
XYZ19.9138.28.42-
YUV127.5479.1561.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.73%
GREEN value IS 192 (75.39% from 255) = 71.91%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=12.73%
G=71.91%
B=15.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34192410.8200.790.25122.6669.9144.31
Hex22C0295204F197b462c
Octal423005112201173117310654
Binary100010110000001010011010010010011111100111110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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