Shades of Electric Lime #CFF612
Tints of Electric Lime #CFF612
RGB
CMYK
RGB Variations
Color information
#CFF612 (or 0xCFF612) is known color: Electric Lime. HEX triplet: CF, F6 and 12. RGB value is (207,246,18). Sum of RGB (Red+Green+Blue) = 207+246+18=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF612 is #3009ED. Grayscale: #D1D1D1. Windows color (decimal): -3148270 or 1242831. OLE color: 1242831.
HSL color Cylindrical-coordinate representation of color #CFF612: hue angle of 70.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF612 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 18 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.04 |
| HSL | 70.26º | 0.93% | 0.52% | - |
| HSV(B) | 70.26º | 0.93% | 0.96% | - |
| XYZ | 58.8 | 79.22 | 12.76 | - |
| YUV | 208.35 | 20.58 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 18 | 0.16 | 0 | 0.93 | 0.04 | 70.26 | 0.93 | 0.52 |
| Hex | CF | F6 | 12 | 10 | 0 | 5D | 4 | 46 | 5D | 34 |
| Octal | 317 | 366 | 22 | 20 | 0 | 135 | 4 | 106 | 135 | 64 |
| Binary | 11001111 | 11110110 | 10010 | 10000 | 0 | 1011101 | 100 | 1000110 | 1011101 | 110100 |
Color Harmonies of #CFF612
Complementary color
Monochromatic Colors of #CFF612
Black with #CFF612
Text Example
Text Example
White with #CFF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF612; }
p { color: rgb(207,246,18); }
H1.HeaderClassName
{
color: #CFF612;
}
.AnyTagClassName
{
color: #CFF612;
}
</style>
background-color css
<style>
a { background-color: #CFF612; }
a { background-color: rgb(207,246,18); }
div.DivClassName
{
background-color: #CFF612;
}
.BgClassName
{
background-color: #CFF612;
}
</style>
border-color css
<style>
span { border-color: #CFF612; }
span { border-color: rgb(207,246,18); }
td.TdClassName
{
border-color: #CFF612;
}
.TagClassName
{
border-color: #CFF612;
}
</style>