Shades of Electric Lime #CFF712
Tints of Electric Lime #CFF712
RGB
CMYK
RGB Variations
Color information
#CFF712 (or 0xCFF712) is known color: Electric Lime. HEX triplet: CF, F7 and 12. RGB value is (207,247,18). Sum of RGB (Red+Green+Blue) = 207+247+18=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF712 is #3008ED. Grayscale: #D1D1D1. Windows color (decimal): -3148014 or 1243087. OLE color: 1243087.
HSL color Cylindrical-coordinate representation of color #CFF712: hue angle of 70.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF712 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 18 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.03 |
| HSL | 70.48º | 0.93% | 0.52% | - |
| HSV(B) | 70.48º | 0.93% | 0.97% | - |
| XYZ | 59.1 | 79.83 | 12.87 | - |
| YUV | 208.93 | 20.25 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 18 | 0.16 | 0 | 0.93 | 0.03 | 70.48 | 0.93 | 0.52 |
| Hex | CF | F7 | 12 | 10 | 0 | 5D | 3 | 46 | 5D | 34 |
| Octal | 317 | 367 | 22 | 20 | 0 | 135 | 3 | 106 | 135 | 64 |
| Binary | 11001111 | 11110111 | 10010 | 10000 | 0 | 1011101 | 11 | 1000110 | 1011101 | 110100 |
Color Harmonies of #CFF712
Complementary color
Monochromatic Colors of #CFF712
Black with #CFF712
Text Example
Text Example
White with #CFF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF712; }
p { color: rgb(207,247,18); }
H1.HeaderClassName
{
color: #CFF712;
}
.AnyTagClassName
{
color: #CFF712;
}
</style>
background-color css
<style>
a { background-color: #CFF712; }
a { background-color: rgb(207,247,18); }
div.DivClassName
{
background-color: #CFF712;
}
.BgClassName
{
background-color: #CFF712;
}
</style>
border-color css
<style>
span { border-color: #CFF712; }
span { border-color: rgb(207,247,18); }
td.TdClassName
{
border-color: #CFF712;
}
.TagClassName
{
border-color: #CFF712;
}
</style>