Shades of Lime Green #12CF18
Tints of Lime Green #12CF18
RGB
CMYK
RGB Variations
Color information
#12CF18 (or 0x12CF18) is known color: Lime Green. HEX triplet: 12, CF and 18. RGB value is (18,207,24). Sum of RGB (Red+Green+Blue) = 18+207+24=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CF18 is #ED30E7. Grayscale: #828282. Windows color (decimal): -15544552 or 1625874. OLE color: 1625874.
HSL color Cylindrical-coordinate representation of color #12CF18: hue angle of 121.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF18 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 24 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.19 |
| HSL | 121.9º | 0.84% | 0.44% | - |
| HSV(B) | 121.9º | 0.91% | 0.81% | - |
| XYZ | 22.73 | 44.82 | 8.32 | - |
| YUV | 129.63 | 68.38 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 24 | 0.91 | 0 | 0.88 | 0.19 | 121.9 | 0.84 | 0.44 |
| Hex | 12 | CF | 18 | 5B | 0 | 58 | 13 | 7A | 54 | 2C |
| Octal | 22 | 317 | 30 | 133 | 0 | 130 | 23 | 172 | 124 | 54 |
| Binary | 10010 | 11001111 | 11000 | 1011011 | 0 | 1011000 | 10011 | 1111010 | 1010100 | 101100 |
Color Harmonies of #12CF18
Complementary color
Monochromatic Colors of #12CF18
Black with #12CF18
Text Example
Text Example
White with #12CF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF18; }
p { color: rgb(18,207,24); }
H1.HeaderClassName
{
color: #12CF18;
}
.AnyTagClassName
{
color: #12CF18;
}
</style>
background-color css
<style>
a { background-color: #12CF18; }
a { background-color: rgb(18,207,24); }
div.DivClassName
{
background-color: #12CF18;
}
.BgClassName
{
background-color: #12CF18;
}
</style>
border-color css
<style>
span { border-color: #12CF18; }
span { border-color: rgb(18,207,24); }
td.TdClassName
{
border-color: #12CF18;
}
.TagClassName
{
border-color: #12CF18;
}
</style>