Shades of Electric Lime #CFFF09
Tints of Electric Lime #CFFF09
RGB
CMYK
RGB Variations
Color information
#CFFF09 (or 0xCFFF09) is known color: Electric Lime. HEX triplet: CF, FF and 09. RGB value is (207,255,9). Sum of RGB (Red+Green+Blue) = 207+255+9=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 9 (3.91% from 255 or 1.91% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF09 is #3000F6. Grayscale: #D5D5D5. Windows color (decimal): -3145975 or 655311. OLE color: 655311.
HSL color Cylindrical-coordinate representation of color #CFFF09: hue angle of 71.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFFF09 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 9 | - |
| CMYK | 0.19 | 0 | 0.96 | 0 |
| HSL | 71.71º | 1% | 0.52% | - |
| HSV(B) | 71.71º | 0.96% | 1% | - |
| XYZ | 61.54 | 84.81 | 13.38 | - |
| YUV | 212.6 | 13.1 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 9 | 0.19 | 0 | 0.96 | 0 | 71.71 | 1 | 0.52 |
| Hex | CF | FF | 9 | 13 | 0 | 60 | 0 | 48 | 64 | 34 |
| Octal | 317 | 377 | 11 | 23 | 0 | 140 | 0 | 110 | 144 | 64 |
| Binary | 11001111 | 11111111 | 1001 | 10011 | 0 | 1100000 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #CFFF09
Complementary color
Monochromatic Colors of #CFFF09
Black with #CFFF09
Text Example
Text Example
White with #CFFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF09; }
p { color: rgb(207,255,9); }
H1.HeaderClassName
{
color: #CFFF09;
}
.AnyTagClassName
{
color: #CFFF09;
}
</style>
background-color css
<style>
a { background-color: #CFFF09; }
a { background-color: rgb(207,255,9); }
div.DivClassName
{
background-color: #CFFF09;
}
.BgClassName
{
background-color: #CFFF09;
}
</style>
border-color css
<style>
span { border-color: #CFFF09; }
span { border-color: rgb(207,255,9); }
td.TdClassName
{
border-color: #CFFF09;
}
.TagClassName
{
border-color: #CFFF09;
}
</style>