Shades of Electric Lime #CFFF07
Tints of Electric Lime #CFFF07
RGB
CMYK
RGB Variations
Color information
#CFFF07 (or 0xCFFF07) is known color: Electric Lime. HEX triplet: CF, FF and 07. RGB value is (207,255,7). Sum of RGB (Red+Green+Blue) = 207+255+7=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF07 is #3000F8. Grayscale: #D5D5D5. Windows color (decimal): -3145977 or 524239. OLE color: 524239.
HSL color Cylindrical-coordinate representation of color #CFFF07: hue angle of 71.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFFF07 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 7 | - |
| CMYK | 0.19 | 0 | 0.97 | 0 |
| HSL | 71.61º | 1% | 0.51% | - |
| HSV(B) | 71.61º | 0.97% | 1% | - |
| XYZ | 61.53 | 84.8 | 13.33 | - |
| YUV | 212.38 | 12.1 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 7 | 0.19 | 0 | 0.97 | 0 | 71.61 | 1 | 0.51 |
| Hex | CF | FF | 7 | 13 | 0 | 61 | 0 | 48 | 64 | 33 |
| Octal | 317 | 377 | 7 | 23 | 0 | 141 | 0 | 110 | 144 | 63 |
| Binary | 11001111 | 11111111 | 111 | 10011 | 0 | 1100001 | 0 | 1001000 | 1100100 | 110011 |
Color Harmonies of #CFFF07
Complementary color
Monochromatic Colors of #CFFF07
Black with #CFFF07
Text Example
Text Example
White with #CFFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF07; }
p { color: rgb(207,255,7); }
H1.HeaderClassName
{
color: #CFFF07;
}
.AnyTagClassName
{
color: #CFFF07;
}
</style>
background-color css
<style>
a { background-color: #CFFF07; }
a { background-color: rgb(207,255,7); }
div.DivClassName
{
background-color: #CFFF07;
}
.BgClassName
{
background-color: #CFFF07;
}
</style>
border-color css
<style>
span { border-color: #CFFF07; }
span { border-color: rgb(207,255,7); }
td.TdClassName
{
border-color: #CFFF07;
}
.TagClassName
{
border-color: #CFFF07;
}
</style>