Shades of Electric Lime #CFF012
Tints of Electric Lime #CFF012
RGB
CMYK
RGB Variations
Color information
#CFF012 (or 0xCFF012) is known color: Electric Lime. HEX triplet: CF, F0 and 12. RGB value is (207,240,18). Sum of RGB (Red+Green+Blue) = 207+240+18=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF012 is #300FED. Grayscale: #CDCDCD. Windows color (decimal): -3149806 or 1241295. OLE color: 1241295.
HSL color Cylindrical-coordinate representation of color #CFF012: hue angle of 68.92º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF012 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 18 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.06 |
| HSL | 68.92º | 0.88% | 0.51% | - |
| HSV(B) | 68.92º | 0.93% | 0.94% | - |
| XYZ | 57 | 75.63 | 12.17 | - |
| YUV | 204.83 | 22.57 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 18 | 0.14 | 0 | 0.92 | 0.06 | 68.92 | 0.88 | 0.51 |
| Hex | CF | F0 | 12 | E | 0 | 5C | 6 | 45 | 58 | 33 |
| Octal | 317 | 360 | 22 | 16 | 0 | 134 | 6 | 105 | 130 | 63 |
| Binary | 11001111 | 11110000 | 10010 | 1110 | 0 | 1011100 | 110 | 1000101 | 1011000 | 110011 |
Color Harmonies of #CFF012
Complementary color
Monochromatic Colors of #CFF012
Black with #CFF012
Text Example
Text Example
White with #CFF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF012; }
p { color: rgb(207,240,18); }
H1.HeaderClassName
{
color: #CFF012;
}
.AnyTagClassName
{
color: #CFF012;
}
</style>
background-color css
<style>
a { background-color: #CFF012; }
a { background-color: rgb(207,240,18); }
div.DivClassName
{
background-color: #CFF012;
}
.BgClassName
{
background-color: #CFF012;
}
</style>
border-color css
<style>
span { border-color: #CFF012; }
span { border-color: rgb(207,240,18); }
td.TdClassName
{
border-color: #CFF012;
}
.TagClassName
{
border-color: #CFF012;
}
</style>