Shades of Electric Lime #CEFF02
Tints of Electric Lime #CEFF02
RGB
CMYK
RGB Variations
Color information
#CEFF02 (or 0xCEFF02) is known color: Electric Lime. HEX triplet: CE, FF and 02. RGB value is (206,255,2). Sum of RGB (Red+Green+Blue) = 206+255+2=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF02 is #3100FD. Grayscale: #D4D4D4. Windows color (decimal): -3211518 or 196558. OLE color: 196558.
HSL color Cylindrical-coordinate representation of color #CEFF02: hue angle of 71.62º 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 #CEFF02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0 |
| HSL | 71.62º | 1% | 0.5% | - |
| HSV(B) | 71.62º | 0.99% | 1% | - |
| XYZ | 61.22 | 84.65 | 13.17 | - |
| YUV | 211.51 | 9.77 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 2 | 0.19 | 0 | 0.99 | 0 | 71.62 | 1 | 0.5 |
| Hex | CE | FF | 2 | 13 | 0 | 63 | 0 | 48 | 64 | 32 |
| Octal | 316 | 377 | 2 | 23 | 0 | 143 | 0 | 110 | 144 | 62 |
| Binary | 11001110 | 11111111 | 10 | 10011 | 0 | 1100011 | 0 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CEFF02
Complementary color
Monochromatic Colors of #CEFF02
Black with #CEFF02
Text Example
Text Example
White with #CEFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF02; }
p { color: rgb(206,255,2); }
H1.HeaderClassName
{
color: #CEFF02;
}
.AnyTagClassName
{
color: #CEFF02;
}
</style>
background-color css
<style>
a { background-color: #CEFF02; }
a { background-color: rgb(206,255,2); }
div.DivClassName
{
background-color: #CEFF02;
}
.BgClassName
{
background-color: #CEFF02;
}
</style>
border-color css
<style>
span { border-color: #CEFF02; }
span { border-color: rgb(206,255,2); }
td.TdClassName
{
border-color: #CEFF02;
}
.TagClassName
{
border-color: #CEFF02;
}
</style>