Shades of Electric Lime #CEFE1D
Tints of Electric Lime #CEFE1D
RGB
CMYK
RGB Variations
Color information
#CEFE1D (or 0xCEFE1D) is known color: Electric Lime. HEX triplet: CE, FE and 1D. RGB value is (206,254,29). Sum of RGB (Red+Green+Blue) = 206+254+29=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE1D is #3101E2. Grayscale: #D6D6D6. Windows color (decimal): -3211747 or 1965774. OLE color: 1965774.
HSL color Cylindrical-coordinate representation of color #CEFE1D: hue angle of 72.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEFE1D is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 29 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.00 |
| HSL | 72.8º | 0.99% | 0.55% | - |
| HSV(B) | 72.8º | 0.89% | 1% | - |
| XYZ | 61.12 | 84.09 | 14.17 | - |
| YUV | 214 | 23.6 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 29 | 0.19 | 0 | 0.89 | 0.00 | 72.8 | 0.99 | 0.55 |
| Hex | CE | FE | 1D | 13 | 0 | 59 | 0 | 49 | 63 | 37 |
| Octal | 316 | 376 | 35 | 23 | 0 | 131 | 0 | 111 | 143 | 67 |
| Binary | 11001110 | 11111110 | 11101 | 10011 | 0 | 1011001 | 0 | 1001001 | 1100011 | 110111 |
Color Harmonies of #CEFE1D
Complementary color
Monochromatic Colors of #CEFE1D
Black with #CEFE1D
Text Example
Text Example
White with #CEFE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE1D; }
p { color: rgb(206,254,29); }
H1.HeaderClassName
{
color: #CEFE1D;
}
.AnyTagClassName
{
color: #CEFE1D;
}
</style>
background-color css
<style>
a { background-color: #CEFE1D; }
a { background-color: rgb(206,254,29); }
div.DivClassName
{
background-color: #CEFE1D;
}
.BgClassName
{
background-color: #CEFE1D;
}
</style>
border-color css
<style>
span { border-color: #CEFE1D; }
span { border-color: rgb(206,254,29); }
td.TdClassName
{
border-color: #CEFE1D;
}
.TagClassName
{
border-color: #CEFE1D;
}
</style>