Shades of Electric Lime #CEFC03
Tints of Electric Lime #CEFC03
RGB
CMYK
RGB Variations
Color information
#CEFC03 (or 0xCEFC03) is known color: Electric Lime. HEX triplet: CE, FC and 03. RGB value is (206,252,3). Sum of RGB (Red+Green+Blue) = 206+252+3=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFC03 is #3103FC. Grayscale: #D2D2D2. Windows color (decimal): -3212285 or 261326. OLE color: 261326.
HSL color Cylindrical-coordinate representation of color #CEFC03: hue angle of 71.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEFC03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.01 |
| HSL | 71.08º | 0.98% | 0.5% | - |
| HSV(B) | 71.08º | 0.99% | 0.99% | - |
| XYZ | 60.28 | 82.75 | 12.88 | - |
| YUV | 209.86 | 11.26 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 3 | 0.18 | 0 | 0.99 | 0.01 | 71.08 | 0.98 | 0.5 |
| Hex | CE | FC | 3 | 12 | 0 | 63 | 1 | 47 | 62 | 32 |
| Octal | 316 | 374 | 3 | 22 | 0 | 143 | 1 | 107 | 142 | 62 |
| Binary | 11001110 | 11111100 | 11 | 10010 | 0 | 1100011 | 1 | 1000111 | 1100010 | 110010 |
Color Harmonies of #CEFC03
Complementary color
Monochromatic Colors of #CEFC03
Black with #CEFC03
Text Example
Text Example
White with #CEFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC03; }
p { color: rgb(206,252,3); }
H1.HeaderClassName
{
color: #CEFC03;
}
.AnyTagClassName
{
color: #CEFC03;
}
</style>
background-color css
<style>
a { background-color: #CEFC03; }
a { background-color: rgb(206,252,3); }
div.DivClassName
{
background-color: #CEFC03;
}
.BgClassName
{
background-color: #CEFC03;
}
</style>
border-color css
<style>
span { border-color: #CEFC03; }
span { border-color: rgb(206,252,3); }
td.TdClassName
{
border-color: #CEFC03;
}
.TagClassName
{
border-color: #CEFC03;
}
</style>