Shades of Electric Lime #CEF91D
Tints of Electric Lime #CEF91D
RGB
CMYK
RGB Variations
Color information
#CEF91D (or 0xCEF91D) is known color: Electric Lime. HEX triplet: CE, F9 and 1D. RGB value is (206,249,29). Sum of RGB (Red+Green+Blue) = 206+249+29=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF91D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF91D is #3106E2. Grayscale: #D3D3D3. Windows color (decimal): -3213027 or 1964494. OLE color: 1964494.
HSL color Cylindrical-coordinate representation of color #CEF91D: hue angle of 71.73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEF91D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.02 |
| HSL | 71.73º | 0.95% | 0.55% | - |
| HSV(B) | 71.73º | 0.88% | 0.98% | - |
| XYZ | 59.55 | 80.96 | 13.65 | - |
| YUV | 211.06 | 25.25 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 29 | 0.17 | 0 | 0.88 | 0.02 | 71.73 | 0.95 | 0.55 |
| Hex | CE | F9 | 1D | 11 | 0 | 58 | 2 | 48 | 5F | 37 |
| Octal | 316 | 371 | 35 | 21 | 0 | 130 | 2 | 110 | 137 | 67 |
| Binary | 11001110 | 11111001 | 11101 | 10001 | 0 | 1011000 | 10 | 1001000 | 1011111 | 110111 |
Color Harmonies of #CEF91D
Complementary color
Monochromatic Colors of #CEF91D
Black with #CEF91D
Text Example
Text Example
White with #CEF91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF91D; }
p { color: rgb(206,249,29); }
H1.HeaderClassName
{
color: #CEF91D;
}
.AnyTagClassName
{
color: #CEF91D;
}
</style>
background-color css
<style>
a { background-color: #CEF91D; }
a { background-color: rgb(206,249,29); }
div.DivClassName
{
background-color: #CEF91D;
}
.BgClassName
{
background-color: #CEF91D;
}
</style>
border-color css
<style>
span { border-color: #CEF91D; }
span { border-color: rgb(206,249,29); }
td.TdClassName
{
border-color: #CEF91D;
}
.TagClassName
{
border-color: #CEF91D;
}
</style>