Shades of Electric Lime #CFFF08
Tints of Electric Lime #CFFF08
RGB
CMYK
RGB Variations
Color information
#CFFF08 (or 0xCFFF08) is known color: Electric Lime. HEX triplet: CF, FF and 08. RGB value is (207,255,8). Sum of RGB (Red+Green+Blue) = 207+255+8=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF08 is #3000F7. Grayscale: #D5D5D5. Windows color (decimal): -3145976 or 589775. OLE color: 589775.
HSL color Cylindrical-coordinate representation of color #CFFF08: hue angle of 71.66º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFFF08 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 8 | - |
| CMYK | 0.19 | 0 | 0.97 | 0 |
| HSL | 71.66º | 1% | 0.52% | - |
| HSV(B) | 71.66º | 0.97% | 1% | - |
| XYZ | 61.54 | 84.8 | 13.36 | - |
| YUV | 212.49 | 12.6 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 8 | 0.19 | 0 | 0.97 | 0 | 71.66 | 1 | 0.52 |
| Hex | CF | FF | 8 | 13 | 0 | 61 | 0 | 48 | 64 | 34 |
| Octal | 317 | 377 | 10 | 23 | 0 | 141 | 0 | 110 | 144 | 64 |
| Binary | 11001111 | 11111111 | 1000 | 10011 | 0 | 1100001 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #CFFF08
Complementary color
Monochromatic Colors of #CFFF08
Black with #CFFF08
Text Example
Text Example
White with #CFFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF08; }
p { color: rgb(207,255,8); }
H1.HeaderClassName
{
color: #CFFF08;
}
.AnyTagClassName
{
color: #CFFF08;
}
</style>
background-color css
<style>
a { background-color: #CFFF08; }
a { background-color: rgb(207,255,8); }
div.DivClassName
{
background-color: #CFFF08;
}
.BgClassName
{
background-color: #CFFF08;
}
</style>
border-color css
<style>
span { border-color: #CFFF08; }
span { border-color: rgb(207,255,8); }
td.TdClassName
{
border-color: #CFFF08;
}
.TagClassName
{
border-color: #CFFF08;
}
</style>