Shades of Electric Lime #CEFE04
Tints of Electric Lime #CEFE04
RGB
CMYK
RGB Variations
Color information
#CEFE04 (or 0xCEFE04) is known color: Electric Lime. HEX triplet: CE, FE and 04. RGB value is (206,254,4). Sum of RGB (Red+Green+Blue) = 206+254+4=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE04 is #3101FB. Grayscale: #D4D4D4. Windows color (decimal): -3211772 or 327374. OLE color: 327374.
HSL color Cylindrical-coordinate representation of color #CEFE04: hue angle of 71.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEFE04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.00 |
| HSL | 71.52º | 0.99% | 0.51% | - |
| HSV(B) | 71.52º | 0.98% | 1% | - |
| XYZ | 60.92 | 84.01 | 13.12 | - |
| YUV | 211.15 | 11.1 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 4 | 0.19 | 0 | 0.98 | 0.00 | 71.52 | 0.99 | 0.51 |
| Hex | CE | FE | 4 | 13 | 0 | 62 | 0 | 48 | 63 | 33 |
| Octal | 316 | 376 | 4 | 23 | 0 | 142 | 0 | 110 | 143 | 63 |
| Binary | 11001110 | 11111110 | 100 | 10011 | 0 | 1100010 | 0 | 1001000 | 1100011 | 110011 |
Color Harmonies of #CEFE04
Complementary color
Monochromatic Colors of #CEFE04
Black with #CEFE04
Text Example
Text Example
White with #CEFE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE04; }
p { color: rgb(206,254,4); }
H1.HeaderClassName
{
color: #CEFE04;
}
.AnyTagClassName
{
color: #CEFE04;
}
</style>
background-color css
<style>
a { background-color: #CEFE04; }
a { background-color: rgb(206,254,4); }
div.DivClassName
{
background-color: #CEFE04;
}
.BgClassName
{
background-color: #CEFE04;
}
</style>
border-color css
<style>
span { border-color: #CEFE04; }
span { border-color: rgb(206,254,4); }
td.TdClassName
{
border-color: #CEFE04;
}
.TagClassName
{
border-color: #CEFE04;
}
</style>