Shades of Electric Lime #CFF009
Tints of Electric Lime #CFF009
RGB
CMYK
RGB Variations
Color information
#CFF009 (or 0xCFF009) is known color: Electric Lime. HEX triplet: CF, F0 and 09. RGB value is (207,240,9). Sum of RGB (Red+Green+Blue) = 207+240+9=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF009 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF009 is #300FF6. Grayscale: #CCCCCC. Windows color (decimal): -3149815 or 651471. OLE color: 651471.
HSL color Cylindrical-coordinate representation of color #CFF009: hue angle of 68.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFF009 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 9 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.06 |
| HSL | 68.57º | 0.93% | 0.49% | - |
| HSV(B) | 68.57º | 0.96% | 0.94% | - |
| XYZ | 56.94 | 75.61 | 11.85 | - |
| YUV | 203.8 | 18.07 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 9 | 0.14 | 0 | 0.96 | 0.06 | 68.57 | 0.93 | 0.49 |
| Hex | CF | F0 | 9 | E | 0 | 60 | 6 | 45 | 5D | 31 |
| Octal | 317 | 360 | 11 | 16 | 0 | 140 | 6 | 105 | 135 | 61 |
| Binary | 11001111 | 11110000 | 1001 | 1110 | 0 | 1100000 | 110 | 1000101 | 1011101 | 110001 |
Color Harmonies of #CFF009
Complementary color
Monochromatic Colors of #CFF009
Black with #CFF009
Text Example
Text Example
White with #CFF009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF009; }
p { color: rgb(207,240,9); }
H1.HeaderClassName
{
color: #CFF009;
}
.AnyTagClassName
{
color: #CFF009;
}
</style>
background-color css
<style>
a { background-color: #CFF009; }
a { background-color: rgb(207,240,9); }
div.DivClassName
{
background-color: #CFF009;
}
.BgClassName
{
background-color: #CFF009;
}
</style>
border-color css
<style>
span { border-color: #CFF009; }
span { border-color: rgb(207,240,9); }
td.TdClassName
{
border-color: #CFF009;
}
.TagClassName
{
border-color: #CFF009;
}
</style>