Shades of Electric Lime #C4EE0D
Tints of Electric Lime #C4EE0D
RGB
CMYK
RGB Variations
Color information
#C4EE0D (or 0xC4EE0D) is known color: Electric Lime. HEX triplet: C4, EE and 0D. RGB value is (196,238,13). Sum of RGB (Red+Green+Blue) = 196+238+13=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 238 (93.36% from 255 or 53.24% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4EE0D is #3B11F2. Grayscale: #C8C8C8. Windows color (decimal): -3871219 or 913092. OLE color: 913092.
HSL color Cylindrical-coordinate representation of color #C4EE0D: hue angle of 71.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4EE0D is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 13 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.07 |
| HSL | 71.2º | 0.9% | 0.49% | - |
| HSV(B) | 71.2º | 0.95% | 0.93% | - |
| XYZ | 53.41 | 72.91 | 11.64 | - |
| YUV | 199.79 | 22.59 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 13 | 0.18 | 0 | 0.95 | 0.07 | 71.2 | 0.9 | 0.49 |
| Hex | C4 | EE | D | 12 | 0 | 5F | 7 | 47 | 5A | 31 |
| Octal | 304 | 356 | 15 | 22 | 0 | 137 | 7 | 107 | 132 | 61 |
| Binary | 11000100 | 11101110 | 1101 | 10010 | 0 | 1011111 | 111 | 1000111 | 1011010 | 110001 |
Color Harmonies of #C4EE0D
Complementary color
Monochromatic Colors of #C4EE0D
Black with #C4EE0D
Text Example
Text Example
White with #C4EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EE0D; }
p { color: rgb(196,238,13); }
H1.HeaderClassName
{
color: #C4EE0D;
}
.AnyTagClassName
{
color: #C4EE0D;
}
</style>
background-color css
<style>
a { background-color: #C4EE0D; }
a { background-color: rgb(196,238,13); }
div.DivClassName
{
background-color: #C4EE0D;
}
.BgClassName
{
background-color: #C4EE0D;
}
</style>
border-color css
<style>
span { border-color: #C4EE0D; }
span { border-color: rgb(196,238,13); }
td.TdClassName
{
border-color: #C4EE0D;
}
.TagClassName
{
border-color: #C4EE0D;
}
</style>