Shades of Electric Lime #CEF504
Tints of Electric Lime #CEF504
RGB
CMYK
RGB Variations
Color information
#CEF504 (or 0xCEF504) is known color: Electric Lime. HEX triplet: CE, F5 and 04. RGB value is (206,245,4). Sum of RGB (Red+Green+Blue) = 206+245+4=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 245 (96.09% from 255 or 53.85% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF504 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF504 is #310AFB. Grayscale: #CECECE. Windows color (decimal): -3214076 or 325070. OLE color: 325070.
HSL color Cylindrical-coordinate representation of color #CEF504: hue angle of 69.71º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEF504 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.04 |
| HSL | 69.71º | 0.97% | 0.49% | - |
| HSV(B) | 69.71º | 0.98% | 0.96% | - |
| XYZ | 58.13 | 78.44 | 12.19 | - |
| YUV | 205.87 | 14.08 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 4 | 0.16 | 0 | 0.98 | 0.04 | 69.71 | 0.97 | 0.49 |
| Hex | CE | F5 | 4 | 10 | 0 | 62 | 4 | 46 | 61 | 31 |
| Octal | 316 | 365 | 4 | 20 | 0 | 142 | 4 | 106 | 141 | 61 |
| Binary | 11001110 | 11110101 | 100 | 10000 | 0 | 1100010 | 100 | 1000110 | 1100001 | 110001 |
Color Harmonies of #CEF504
Complementary color
Monochromatic Colors of #CEF504
Black with #CEF504
Text Example
Text Example
White with #CEF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF504; }
p { color: rgb(206,245,4); }
H1.HeaderClassName
{
color: #CEF504;
}
.AnyTagClassName
{
color: #CEF504;
}
</style>
background-color css
<style>
a { background-color: #CEF504; }
a { background-color: rgb(206,245,4); }
div.DivClassName
{
background-color: #CEF504;
}
.BgClassName
{
background-color: #CEF504;
}
</style>
border-color css
<style>
span { border-color: #CEF504; }
span { border-color: rgb(206,245,4); }
td.TdClassName
{
border-color: #CEF504;
}
.TagClassName
{
border-color: #CEF504;
}
</style>