Shades of Electric Lime #CEFD05
Tints of Electric Lime #CEFD05
RGB
CMYK
RGB Variations
Color information
#CEFD05 (or 0xCEFD05) is known color: Electric Lime. HEX triplet: CE, FD and 05. RGB value is (206,253,5). Sum of RGB (Red+Green+Blue) = 206+253+5=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFD05 is #3102FA. Grayscale: #D3D3D3. Windows color (decimal): -3212027 or 392654. OLE color: 392654.
HSL color Cylindrical-coordinate representation of color #CEFD05: hue angle of 71.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEFD05 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.01 |
| HSL | 71.37º | 0.98% | 0.51% | - |
| HSV(B) | 71.37º | 0.98% | 0.99% | - |
| XYZ | 60.61 | 83.38 | 13.04 | - |
| YUV | 210.68 | 11.93 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 5 | 0.19 | 0 | 0.98 | 0.01 | 71.37 | 0.98 | 0.51 |
| Hex | CE | FD | 5 | 13 | 0 | 62 | 1 | 47 | 62 | 33 |
| Octal | 316 | 375 | 5 | 23 | 0 | 142 | 1 | 107 | 142 | 63 |
| Binary | 11001110 | 11111101 | 101 | 10011 | 0 | 1100010 | 1 | 1000111 | 1100010 | 110011 |
Color Harmonies of #CEFD05
Complementary color
Monochromatic Colors of #CEFD05
Black with #CEFD05
Text Example
Text Example
White with #CEFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD05; }
p { color: rgb(206,253,5); }
H1.HeaderClassName
{
color: #CEFD05;
}
.AnyTagClassName
{
color: #CEFD05;
}
</style>
background-color css
<style>
a { background-color: #CEFD05; }
a { background-color: rgb(206,253,5); }
div.DivClassName
{
background-color: #CEFD05;
}
.BgClassName
{
background-color: #CEFD05;
}
</style>
border-color css
<style>
span { border-color: #CEFD05; }
span { border-color: rgb(206,253,5); }
td.TdClassName
{
border-color: #CEFD05;
}
.TagClassName
{
border-color: #CEFD05;
}
</style>