Shades of Electric Lime #CEF502
Tints of Electric Lime #CEF502
RGB
CMYK
RGB Variations
Color information
#CEF502 (or 0xCEF502) is known color: Electric Lime. HEX triplet: CE, F5 and 02. RGB value is (206,245,2). Sum of RGB (Red+Green+Blue) = 206+245+2=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF502 is #310AFD. Grayscale: #CECECE. Windows color (decimal): -3214078 or 193998. OLE color: 193998.
HSL color Cylindrical-coordinate representation of color #CEF502: hue angle of 69.63º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEF502 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.04 |
| HSL | 69.63º | 0.98% | 0.48% | - |
| HSV(B) | 69.63º | 0.99% | 0.96% | - |
| XYZ | 58.12 | 78.43 | 12.13 | - |
| YUV | 205.64 | 13.08 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 2 | 0.16 | 0 | 0.99 | 0.04 | 69.63 | 0.98 | 0.48 |
| Hex | CE | F5 | 2 | 10 | 0 | 63 | 4 | 46 | 62 | 30 |
| Octal | 316 | 365 | 2 | 20 | 0 | 143 | 4 | 106 | 142 | 60 |
| Binary | 11001110 | 11110101 | 10 | 10000 | 0 | 1100011 | 100 | 1000110 | 1100010 | 110000 |
Color Harmonies of #CEF502
Complementary color
Monochromatic Colors of #CEF502
Black with #CEF502
Text Example
Text Example
White with #CEF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF502; }
p { color: rgb(206,245,2); }
H1.HeaderClassName
{
color: #CEF502;
}
.AnyTagClassName
{
color: #CEF502;
}
</style>
background-color css
<style>
a { background-color: #CEF502; }
a { background-color: rgb(206,245,2); }
div.DivClassName
{
background-color: #CEF502;
}
.BgClassName
{
background-color: #CEF502;
}
</style>
border-color css
<style>
span { border-color: #CEF502; }
span { border-color: rgb(206,245,2); }
td.TdClassName
{
border-color: #CEF502;
}
.TagClassName
{
border-color: #CEF502;
}
</style>