Shades of Electric Lime #CEF304
Tints of Electric Lime #CEF304
RGB
CMYK
RGB Variations
Color information
#CEF304 (or 0xCEF304) is known color: Electric Lime. HEX triplet: CE, F3 and 04. RGB value is (206,243,4). Sum of RGB (Red+Green+Blue) = 206+243+4=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF304 is #310CFB. Grayscale: #CDCDCD. Windows color (decimal): -3214588 or 324558. OLE color: 324558.
HSL color Cylindrical-coordinate representation of color #CEF304: hue angle of 69.29º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEF304 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.05 |
| HSL | 69.29º | 0.97% | 0.48% | - |
| HSV(B) | 69.29º | 0.98% | 0.95% | - |
| XYZ | 57.53 | 77.23 | 11.99 | - |
| YUV | 204.69 | 14.74 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 4 | 0.15 | 0 | 0.98 | 0.05 | 69.29 | 0.97 | 0.48 |
| Hex | CE | F3 | 4 | F | 0 | 62 | 5 | 45 | 61 | 30 |
| Octal | 316 | 363 | 4 | 17 | 0 | 142 | 5 | 105 | 141 | 60 |
| Binary | 11001110 | 11110011 | 100 | 1111 | 0 | 1100010 | 101 | 1000101 | 1100001 | 110000 |
Color Harmonies of #CEF304
Complementary color
Monochromatic Colors of #CEF304
Black with #CEF304
Text Example
Text Example
White with #CEF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF304; }
p { color: rgb(206,243,4); }
H1.HeaderClassName
{
color: #CEF304;
}
.AnyTagClassName
{
color: #CEF304;
}
</style>
background-color css
<style>
a { background-color: #CEF304; }
a { background-color: rgb(206,243,4); }
div.DivClassName
{
background-color: #CEF304;
}
.BgClassName
{
background-color: #CEF304;
}
</style>
border-color css
<style>
span { border-color: #CEF304; }
span { border-color: rgb(206,243,4); }
td.TdClassName
{
border-color: #CEF304;
}
.TagClassName
{
border-color: #CEF304;
}
</style>