Shades of Electric Lime #CEFE1E
Tints of Electric Lime #CEFE1E
RGB
CMYK
RGB Variations
Color information
#CEFE1E (or 0xCEFE1E) is known color: Electric Lime. HEX triplet: CE, FE and 1E. RGB value is (206,254,30). Sum of RGB (Red+Green+Blue) = 206+254+30=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE1E is #3101E1. Grayscale: #D6D6D6. Windows color (decimal): -3211746 or 2031310. OLE color: 2031310.
HSL color Cylindrical-coordinate representation of color #CEFE1E: hue angle of 72.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEFE1E is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 30 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.00 |
| HSL | 72.86º | 0.99% | 0.56% | - |
| HSV(B) | 72.86º | 0.88% | 1% | - |
| XYZ | 61.13 | 84.1 | 14.24 | - |
| YUV | 214.11 | 24.1 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 30 | 0.19 | 0 | 0.88 | 0.00 | 72.86 | 0.99 | 0.56 |
| Hex | CE | FE | 1E | 13 | 0 | 58 | 0 | 49 | 63 | 38 |
| Octal | 316 | 376 | 36 | 23 | 0 | 130 | 0 | 111 | 143 | 70 |
| Binary | 11001110 | 11111110 | 11110 | 10011 | 0 | 1011000 | 0 | 1001001 | 1100011 | 111000 |
Color Harmonies of #CEFE1E
Complementary color
Monochromatic Colors of #CEFE1E
Black with #CEFE1E
Text Example
Text Example
White with #CEFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE1E; }
p { color: rgb(206,254,30); }
H1.HeaderClassName
{
color: #CEFE1E;
}
.AnyTagClassName
{
color: #CEFE1E;
}
</style>
background-color css
<style>
a { background-color: #CEFE1E; }
a { background-color: rgb(206,254,30); }
div.DivClassName
{
background-color: #CEFE1E;
}
.BgClassName
{
background-color: #CEFE1E;
}
</style>
border-color css
<style>
span { border-color: #CEFE1E; }
span { border-color: rgb(206,254,30); }
td.TdClassName
{
border-color: #CEFE1E;
}
.TagClassName
{
border-color: #CEFE1E;
}
</style>