#1CB812

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

Shades of Lime Green #1CB812

Tints of Lime Green #1CB812

Color information

#1CB812 (or 0x1CB812) is unknown color: approx Lime Green. HEX triplet: 1C, B8 and 12. RGB value is (28,184,18). Sum of RGB (Red+Green+Blue) = 28+184+18=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 184 (72.27% from 255 or 80% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB812 is #E347ED. Grayscale: #767676. Windows color (decimal): -14895086 or 1226780. OLE color: 1226780.

HSL color Cylindrical-coordinate representation of color #1CB812: hue angle of 116.39º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CB812 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB2818418-
CMYK0.8500.900.28
HSL116.39º82.18%39.61%-
HSV(B)116.39º90.22%72.16%-
XYZ17.7334.576.31-
YUV118.4371.3263.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 184 (72.27% from 255) = 80%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=12.17%
G=80%
B=7.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal28184180.8500.900.28116.3982.1839.61
Hex1CB8125505A1C745228
Octal342702212501323416412250
Binary1110010111000100101010101010110101110011101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,184,18); }

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

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

 a { background-color: rgb(28,184,18); }

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

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

 span { border-color: rgb(28,184,18); }

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