Shades of Electric Lime #CEFE06
Tints of Electric Lime #CEFE06
RGB
CMYK
RGB Variations
Color information
#CEFE06 (or 0xCEFE06) is known color: Electric Lime. HEX triplet: CE, FE and 06. RGB value is (206,254,6). Sum of RGB (Red+Green+Blue) = 206+254+6=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE06 is #3101F9. Grayscale: #D4D4D4. Windows color (decimal): -3211770 or 458446. OLE color: 458446.
HSL color Cylindrical-coordinate representation of color #CEFE06: hue angle of 71.61º 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 #CEFE06 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 6 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.00 |
| HSL | 71.61º | 0.99% | 0.51% | - |
| HSV(B) | 71.61º | 0.98% | 1% | - |
| XYZ | 60.93 | 84.02 | 13.18 | - |
| YUV | 211.38 | 12.1 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 6 | 0.19 | 0 | 0.98 | 0.00 | 71.61 | 0.99 | 0.51 |
| Hex | CE | FE | 6 | 13 | 0 | 62 | 0 | 48 | 63 | 33 |
| Octal | 316 | 376 | 6 | 23 | 0 | 142 | 0 | 110 | 143 | 63 |
| Binary | 11001110 | 11111110 | 110 | 10011 | 0 | 1100010 | 0 | 1001000 | 1100011 | 110011 |
Color Harmonies of #CEFE06
Complementary color
Monochromatic Colors of #CEFE06
Black with #CEFE06
Text Example
Text Example
White with #CEFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE06; }
p { color: rgb(206,254,6); }
H1.HeaderClassName
{
color: #CEFE06;
}
.AnyTagClassName
{
color: #CEFE06;
}
</style>
background-color css
<style>
a { background-color: #CEFE06; }
a { background-color: rgb(206,254,6); }
div.DivClassName
{
background-color: #CEFE06;
}
.BgClassName
{
background-color: #CEFE06;
}
</style>
border-color css
<style>
span { border-color: #CEFE06; }
span { border-color: rgb(206,254,6); }
td.TdClassName
{
border-color: #CEFE06;
}
.TagClassName
{
border-color: #CEFE06;
}
</style>