Shades of Electric Lime #CEFC07
Tints of Electric Lime #CEFC07
RGB
CMYK
RGB Variations
Color information
#CEFC07 (or 0xCEFC07) is known color: Electric Lime. HEX triplet: CE, FC and 07. RGB value is (206,252,7). Sum of RGB (Red+Green+Blue) = 206+252+7=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 7 (3.12% from 255 or 1.51% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFC07 is #3103F8. Grayscale: #D3D3D3. Windows color (decimal): -3212281 or 523470. OLE color: 523470.
HSL color Cylindrical-coordinate representation of color #CEFC07: hue angle of 71.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEFC07 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 7 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.01 |
| HSL | 71.27º | 0.98% | 0.51% | - |
| HSV(B) | 71.27º | 0.97% | 0.99% | - |
| XYZ | 60.3 | 82.76 | 13 | - |
| YUV | 210.32 | 13.26 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 7 | 0.18 | 0 | 0.97 | 0.01 | 71.27 | 0.98 | 0.51 |
| Hex | CE | FC | 7 | 12 | 0 | 61 | 1 | 47 | 62 | 33 |
| Octal | 316 | 374 | 7 | 22 | 0 | 141 | 1 | 107 | 142 | 63 |
| Binary | 11001110 | 11111100 | 111 | 10010 | 0 | 1100001 | 1 | 1000111 | 1100010 | 110011 |
Color Harmonies of #CEFC07
Complementary color
Monochromatic Colors of #CEFC07
Black with #CEFC07
Text Example
Text Example
White with #CEFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC07; }
p { color: rgb(206,252,7); }
H1.HeaderClassName
{
color: #CEFC07;
}
.AnyTagClassName
{
color: #CEFC07;
}
</style>
background-color css
<style>
a { background-color: #CEFC07; }
a { background-color: rgb(206,252,7); }
div.DivClassName
{
background-color: #CEFC07;
}
.BgClassName
{
background-color: #CEFC07;
}
</style>
border-color css
<style>
span { border-color: #CEFC07; }
span { border-color: rgb(206,252,7); }
td.TdClassName
{
border-color: #CEFC07;
}
.TagClassName
{
border-color: #CEFC07;
}
</style>