#1CB22C

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

Shades of Lime Green #1CB22C

Tints of Lime Green #1CB22C

Color information

#1CB22C (or 0x1CB22C) is unknown color: approx Lime Green. HEX triplet: 1C, B2 and 2C. RGB value is (28,178,44). Sum of RGB (Red+Green+Blue) = 28+178+44=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 178 (69.92% from 255 or 71.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB22C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB22C is #E34DD3. Grayscale: #767676. Windows color (decimal): -14896596 or 2929180. OLE color: 2929180.

HSL color Cylindrical-coordinate representation of color #1CB22C: hue angle of 126.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB22C is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB2817844-
CMYK0.8400.750.30
HSL126.4º72.82%40.39%-
HSV(B)126.4º84.27%69.8%-
XYZ16.8532.277.72-
YUV117.8786.363.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 178 (69.92% from 255) = 71.2%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=11.2%
G=71.2%
B=17.6%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28178440.8400.750.30126.472.8240.39
Hex1CB22C5404B1E7e4928
Octal342625412401133617611150
Binary11100101100101011001010100010010111111011111101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CB22C; }

 p { color: rgb(28,178,44); }

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

<style>
 a { background-color: #1CB22C; }

 a { background-color: rgb(28,178,44); }

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

<style>
 span { border-color: #1CB22C; }

 span { border-color: rgb(28,178,44); }

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