Shades of Electric Lime #CFF010
Tints of Electric Lime #CFF010
RGB
CMYK
RGB Variations
Color information
#CFF010 (or 0xCFF010) is known color: Electric Lime. HEX triplet: CF, F0 and 10. RGB value is (207,240,16). Sum of RGB (Red+Green+Blue) = 207+240+16=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF010 is #300FEF. Grayscale: #CDCDCD. Windows color (decimal): -3149808 or 1110223. OLE color: 1110223.
HSL color Cylindrical-coordinate representation of color #CFF010: hue angle of 68.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF010 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 16 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.06 |
| HSL | 68.84º | 0.88% | 0.5% | - |
| HSV(B) | 68.84º | 0.93% | 0.94% | - |
| XYZ | 56.99 | 75.62 | 12.08 | - |
| YUV | 204.6 | 21.57 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 16 | 0.14 | 0 | 0.93 | 0.06 | 68.84 | 0.88 | 0.5 |
| Hex | CF | F0 | 10 | E | 0 | 5D | 6 | 45 | 58 | 32 |
| Octal | 317 | 360 | 20 | 16 | 0 | 135 | 6 | 105 | 130 | 62 |
| Binary | 11001111 | 11110000 | 10000 | 1110 | 0 | 1011101 | 110 | 1000101 | 1011000 | 110010 |
Color Harmonies of #CFF010
Complementary color
Monochromatic Colors of #CFF010
Black with #CFF010
Text Example
Text Example
White with #CFF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF010; }
p { color: rgb(207,240,16); }
H1.HeaderClassName
{
color: #CFF010;
}
.AnyTagClassName
{
color: #CFF010;
}
</style>
background-color css
<style>
a { background-color: #CFF010; }
a { background-color: rgb(207,240,16); }
div.DivClassName
{
background-color: #CFF010;
}
.BgClassName
{
background-color: #CFF010;
}
</style>
border-color css
<style>
span { border-color: #CFF010; }
span { border-color: rgb(207,240,16); }
td.TdClassName
{
border-color: #CFF010;
}
.TagClassName
{
border-color: #CFF010;
}
</style>