Shades of Electric Lime #CEFF1D
Tints of Electric Lime #CEFF1D
RGB
CMYK
RGB Variations
Color information
#CEFF1D (or 0xCEFF1D) is known color: Electric Lime. HEX triplet: CE, FF and 1D. RGB value is (206,255,29). Sum of RGB (Red+Green+Blue) = 206+255+29=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF1D is #3100E2. Grayscale: #D7D7D7. Windows color (decimal): -3211491 or 1966030. OLE color: 1966030.
HSL color Cylindrical-coordinate representation of color #CEFF1D: hue angle of 73.01º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEFF1D is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 29 | - |
| CMYK | 0.19 | 0 | 0.89 | 0 |
| HSL | 73.01º | 1% | 0.56% | - |
| HSV(B) | 73.01º | 0.89% | 1% | - |
| XYZ | 61.44 | 84.73 | 14.28 | - |
| YUV | 214.59 | 23.27 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 29 | 0.19 | 0 | 0.89 | 0 | 73.01 | 1 | 0.56 |
| Hex | CE | FF | 1D | 13 | 0 | 59 | 0 | 49 | 64 | 38 |
| Octal | 316 | 377 | 35 | 23 | 0 | 131 | 0 | 111 | 144 | 70 |
| Binary | 11001110 | 11111111 | 11101 | 10011 | 0 | 1011001 | 0 | 1001001 | 1100100 | 111000 |
Color Harmonies of #CEFF1D
Complementary color
Monochromatic Colors of #CEFF1D
Black with #CEFF1D
Text Example
Text Example
White with #CEFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF1D; }
p { color: rgb(206,255,29); }
H1.HeaderClassName
{
color: #CEFF1D;
}
.AnyTagClassName
{
color: #CEFF1D;
}
</style>
background-color css
<style>
a { background-color: #CEFF1D; }
a { background-color: rgb(206,255,29); }
div.DivClassName
{
background-color: #CEFF1D;
}
.BgClassName
{
background-color: #CEFF1D;
}
</style>
border-color css
<style>
span { border-color: #CEFF1D; }
span { border-color: rgb(206,255,29); }
td.TdClassName
{
border-color: #CEFF1D;
}
.TagClassName
{
border-color: #CEFF1D;
}
</style>