Shades of Electric Lime #CFF005
Tints of Electric Lime #CFF005
RGB
CMYK
RGB Variations
Color information
#CFF005 (or 0xCFF005) is known color: Electric Lime. HEX triplet: CF, F0 and 05. RGB value is (207,240,5). Sum of RGB (Red+Green+Blue) = 207+240+5=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 5 (2.34% from 255 or 1.11% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF005 is #300FFA. Grayscale: #CCCCCC. Windows color (decimal): -3149819 or 389327. OLE color: 389327.
HSL color Cylindrical-coordinate representation of color #CFF005: hue angle of 68.43º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF005 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.06 |
| HSL | 68.43º | 0.96% | 0.48% | - |
| HSV(B) | 68.43º | 0.98% | 0.94% | - |
| XYZ | 56.92 | 75.6 | 11.74 | - |
| YUV | 203.34 | 16.07 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 5 | 0.14 | 0 | 0.98 | 0.06 | 68.43 | 0.96 | 0.48 |
| Hex | CF | F0 | 5 | E | 0 | 62 | 6 | 44 | 60 | 30 |
| Octal | 317 | 360 | 5 | 16 | 0 | 142 | 6 | 104 | 140 | 60 |
| Binary | 11001111 | 11110000 | 101 | 1110 | 0 | 1100010 | 110 | 1000100 | 1100000 | 110000 |
Color Harmonies of #CFF005
Complementary color
Monochromatic Colors of #CFF005
Black with #CFF005
Text Example
Text Example
White with #CFF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF005; }
p { color: rgb(207,240,5); }
H1.HeaderClassName
{
color: #CFF005;
}
.AnyTagClassName
{
color: #CFF005;
}
</style>
background-color css
<style>
a { background-color: #CFF005; }
a { background-color: rgb(207,240,5); }
div.DivClassName
{
background-color: #CFF005;
}
.BgClassName
{
background-color: #CFF005;
}
</style>
border-color css
<style>
span { border-color: #CFF005; }
span { border-color: rgb(207,240,5); }
td.TdClassName
{
border-color: #CFF005;
}
.TagClassName
{
border-color: #CFF005;
}
</style>