Shades of Electric Lime #CEDF04
Tints of Electric Lime #CEDF04
RGB
CMYK
RGB Variations
Color information
#CEDF04 (or 0xCEDF04) is known color: Electric Lime. HEX triplet: CE, DF and 04. RGB value is (206,223,4). Sum of RGB (Red+Green+Blue) = 206+223+4=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF04 is #3120FB. Grayscale: #C1C1C1. Windows color (decimal): -3219708 or 319438. OLE color: 319438.
HSL color Cylindrical-coordinate representation of color #CEDF04: hue angle of 64.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEDF04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.13 |
| HSL | 64.66º | 0.96% | 0.45% | - |
| HSV(B) | 64.66º | 0.98% | 0.87% | - |
| XYZ | 51.86 | 65.91 | 10.1 | - |
| YUV | 192.95 | 21.37 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 4 | 0.08 | 0 | 0.98 | 0.13 | 64.66 | 0.96 | 0.45 |
| Hex | CE | DF | 4 | 8 | 0 | 62 | D | 41 | 60 | 2D |
| Octal | 316 | 337 | 4 | 10 | 0 | 142 | 15 | 101 | 140 | 55 |
| Binary | 11001110 | 11011111 | 100 | 1000 | 0 | 1100010 | 1101 | 1000001 | 1100000 | 101101 |
Color Harmonies of #CEDF04
Complementary color
Monochromatic Colors of #CEDF04
Black with #CEDF04
Text Example
Text Example
White with #CEDF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF04; }
p { color: rgb(206,223,4); }
H1.HeaderClassName
{
color: #CEDF04;
}
.AnyTagClassName
{
color: #CEDF04;
}
</style>
background-color css
<style>
a { background-color: #CEDF04; }
a { background-color: rgb(206,223,4); }
div.DivClassName
{
background-color: #CEDF04;
}
.BgClassName
{
background-color: #CEDF04;
}
</style>
border-color css
<style>
span { border-color: #CEDF04; }
span { border-color: rgb(206,223,4); }
td.TdClassName
{
border-color: #CEDF04;
}
.TagClassName
{
border-color: #CEDF04;
}
</style>