Shades of Electric Lime #CFFF02
Tints of Electric Lime #CFFF02
RGB
CMYK
RGB Variations
Color information
#CFFF02 (or 0xCFFF02) is known color: Electric Lime. HEX triplet: CF, FF and 02. RGB value is (207,255,2). Sum of RGB (Red+Green+Blue) = 207+255+2=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF02 is #3000FD. Grayscale: #D4D4D4. Windows color (decimal): -3145982 or 196559. OLE color: 196559.
HSL color Cylindrical-coordinate representation of color #CFFF02: hue angle of 71.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFFF02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0 |
| HSL | 71.38º | 1% | 0.5% | - |
| HSV(B) | 71.38º | 0.99% | 1% | - |
| XYZ | 61.5 | 84.79 | 13.18 | - |
| YUV | 211.81 | 9.6 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 2 | 0.19 | 0 | 0.99 | 0 | 71.38 | 1 | 0.5 |
| Hex | CF | FF | 2 | 13 | 0 | 63 | 0 | 47 | 64 | 32 |
| Octal | 317 | 377 | 2 | 23 | 0 | 143 | 0 | 107 | 144 | 62 |
| Binary | 11001111 | 11111111 | 10 | 10011 | 0 | 1100011 | 0 | 1000111 | 1100100 | 110010 |
Color Harmonies of #CFFF02
Complementary color
Monochromatic Colors of #CFFF02
Black with #CFFF02
Text Example
Text Example
White with #CFFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF02; }
p { color: rgb(207,255,2); }
H1.HeaderClassName
{
color: #CFFF02;
}
.AnyTagClassName
{
color: #CFFF02;
}
</style>
background-color css
<style>
a { background-color: #CFFF02; }
a { background-color: rgb(207,255,2); }
div.DivClassName
{
background-color: #CFFF02;
}
.BgClassName
{
background-color: #CFFF02;
}
</style>
border-color css
<style>
span { border-color: #CFFF02; }
span { border-color: rgb(207,255,2); }
td.TdClassName
{
border-color: #CFFF02;
}
.TagClassName
{
border-color: #CFFF02;
}
</style>