Shades of Lime Green #1CB812
Tints of Lime Green #1CB812
RGB
CMYK
RGB Variations
Color information
#1CB812 (or 0x1CB812) is known color: 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
| RGB | 28 | 184 | 18 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.28 |
| HSL | 116.39º | 0.82% | 0.4% | - |
| HSV(B) | 116.39º | 0.9% | 0.72% | - |
| XYZ | 17.73 | 34.57 | 6.31 | - |
| YUV | 118.43 | 71.32 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 184 | 18 | 0.85 | 0 | 0.90 | 0.28 | 116.39 | 0.82 | 0.4 |
| Hex | 1C | B8 | 12 | 55 | 0 | 5A | 1C | 74 | 52 | 28 |
| Octal | 34 | 270 | 22 | 125 | 0 | 132 | 34 | 164 | 122 | 50 |
| Binary | 11100 | 10111000 | 10010 | 1010101 | 0 | 1011010 | 11100 | 1110100 | 1010010 | 101000 |
Color Harmonies of #1CB812
Complementary color
Monochromatic Colors of #1CB812
Black with #1CB812
Text Example
Text Example
White with #1CB812
Text Example
Text Example
HTML Codes & Css Web 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>