Shades of Electric Lime #CEF403
Tints of Electric Lime #CEF403
RGB
CMYK
RGB Variations
Color information
#CEF403 (or 0xCEF403) is known color: Electric Lime. HEX triplet: CE, F4 and 03. RGB value is (206,244,3). Sum of RGB (Red+Green+Blue) = 206+244+3=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF403 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF403 is #310BFC. Grayscale: #CECECE. Windows color (decimal): -3214333 or 259278. OLE color: 259278.
HSL color Cylindrical-coordinate representation of color #CEF403: hue angle of 69.46º 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 #CEF403 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.04 |
| HSL | 69.46º | 0.98% | 0.48% | - |
| HSV(B) | 69.46º | 0.99% | 0.96% | - |
| XYZ | 57.82 | 77.83 | 12.06 | - |
| YUV | 205.16 | 13.91 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 3 | 0.16 | 0 | 0.99 | 0.04 | 69.46 | 0.98 | 0.48 |
| Hex | CE | F4 | 3 | 10 | 0 | 63 | 4 | 45 | 62 | 30 |
| Octal | 316 | 364 | 3 | 20 | 0 | 143 | 4 | 105 | 142 | 60 |
| Binary | 11001110 | 11110100 | 11 | 10000 | 0 | 1100011 | 100 | 1000101 | 1100010 | 110000 |
Color Harmonies of #CEF403
Complementary color
Monochromatic Colors of #CEF403
Black with #CEF403
Text Example
Text Example
White with #CEF403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF403; }
p { color: rgb(206,244,3); }
H1.HeaderClassName
{
color: #CEF403;
}
.AnyTagClassName
{
color: #CEF403;
}
</style>
background-color css
<style>
a { background-color: #CEF403; }
a { background-color: rgb(206,244,3); }
div.DivClassName
{
background-color: #CEF403;
}
.BgClassName
{
background-color: #CEF403;
}
</style>
border-color css
<style>
span { border-color: #CEF403; }
span { border-color: rgb(206,244,3); }
td.TdClassName
{
border-color: #CEF403;
}
.TagClassName
{
border-color: #CEF403;
}
</style>