Shades of Lime Green #1CD012
Tints of Lime Green #1CD012
RGB
CMYK
RGB Variations
Color information
#1CD012 (or 0x1CD012) is known color: Lime Green. HEX triplet: 1C, D0 and 12. RGB value is (28,208,18). Sum of RGB (Red+Green+Blue) = 28+208+18=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 208 (81.64% from 255 or 81.89% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD012 is #E32FED. Grayscale: #858585. Windows color (decimal): -14888942 or 1232924. OLE color: 1232924.
HSL color Cylindrical-coordinate representation of color #1CD012: hue angle of 116.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CD012 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 208 | 18 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.18 |
| HSL | 116.84º | 0.84% | 0.44% | - |
| HSV(B) | 116.84º | 0.91% | 0.82% | - |
| XYZ | 23.14 | 45.4 | 8.12 | - |
| YUV | 132.52 | 63.37 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 208 | 18 | 0.87 | 0 | 0.91 | 0.18 | 116.84 | 0.84 | 0.44 |
| Hex | 1C | D0 | 12 | 57 | 0 | 5B | 12 | 75 | 54 | 2C |
| Octal | 34 | 320 | 22 | 127 | 0 | 133 | 22 | 165 | 124 | 54 |
| Binary | 11100 | 11010000 | 10010 | 1010111 | 0 | 1011011 | 10010 | 1110101 | 1010100 | 101100 |
Color Harmonies of #1CD012
Complementary color
Monochromatic Colors of #1CD012
Black with #1CD012
Text Example
Text Example
White with #1CD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD012; }
p { color: rgb(28,208,18); }
H1.HeaderClassName
{
color: #1CD012;
}
.AnyTagClassName
{
color: #1CD012;
}
</style>
background-color css
<style>
a { background-color: #1CD012; }
a { background-color: rgb(28,208,18); }
div.DivClassName
{
background-color: #1CD012;
}
.BgClassName
{
background-color: #1CD012;
}
</style>
border-color css
<style>
span { border-color: #1CD012; }
span { border-color: rgb(28,208,18); }
td.TdClassName
{
border-color: #1CD012;
}
.TagClassName
{
border-color: #1CD012;
}
</style>