#1CB428

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

Shades of Lime Green #1CB428

Tints of Lime Green #1CB428

Color information

#1CB428 (or 0x1CB428) is unknown color: approx Lime Green. HEX triplet: 1C, B4 and 28. RGB value is (28,180,40). Sum of RGB (Red+Green+Blue) = 28+180+40=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB428 is #E34BD7. Grayscale: #777777. Windows color (decimal): -14896088 or 2667548. OLE color: 2667548.

HSL color Cylindrical-coordinate representation of color #1CB428: hue angle of 124.74º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB428 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB2818040-
CMYK0.8400.780.29
HSL124.74º73.08%40.78%-
HSV(B)124.74º84.44%70.59%-
XYZ17.1833.047.48-
YUV118.5983.6463.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 180 (70.70% from 255) = 72.58%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=11.29%
G=72.58%
B=16.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28180400.8400.780.29124.7473.0840.78
Hex1CB4285404E1D7d4929
Octal342645012401163517511151
Binary11100101101001010001010100010011101110111111011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,180,40); }

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

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

 a { background-color: rgb(28,180,40); }

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

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

 span { border-color: rgb(28,180,40); }

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