Shades of Electric Lime #C8EE0B
Tints of Electric Lime #C8EE0B
RGB
CMYK
RGB Variations
Color information
#C8EE0B (or 0xC8EE0B) is known color: Electric Lime. HEX triplet: C8, EE and 0B. RGB value is (200,238,11). Sum of RGB (Red+Green+Blue) = 200+238+11=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EE0B is #3711F4. Grayscale: #C9C9C9. Windows color (decimal): -3609077 or 782024. OLE color: 782024.
HSL color Cylindrical-coordinate representation of color #C8EE0B: hue angle of 70.04º degrees, saturation: 0.91, 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 #C8EE0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.07 |
| HSL | 70.04º | 0.91% | 0.49% | - |
| HSV(B) | 70.04º | 0.95% | 0.93% | - |
| XYZ | 54.45 | 73.45 | 11.62 | - |
| YUV | 200.76 | 20.91 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 11 | 0.16 | 0 | 0.95 | 0.07 | 70.04 | 0.91 | 0.49 |
| Hex | C8 | EE | B | 10 | 0 | 5F | 7 | 46 | 5B | 31 |
| Octal | 310 | 356 | 13 | 20 | 0 | 137 | 7 | 106 | 133 | 61 |
| Binary | 11001000 | 11101110 | 1011 | 10000 | 0 | 1011111 | 111 | 1000110 | 1011011 | 110001 |
Color Harmonies of #C8EE0B
Complementary color
Monochromatic Colors of #C8EE0B
Black with #C8EE0B
Text Example
Text Example
White with #C8EE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EE0B; }
p { color: rgb(200,238,11); }
H1.HeaderClassName
{
color: #C8EE0B;
}
.AnyTagClassName
{
color: #C8EE0B;
}
</style>
background-color css
<style>
a { background-color: #C8EE0B; }
a { background-color: rgb(200,238,11); }
div.DivClassName
{
background-color: #C8EE0B;
}
.BgClassName
{
background-color: #C8EE0B;
}
</style>
border-color css
<style>
span { border-color: #C8EE0B; }
span { border-color: rgb(200,238,11); }
td.TdClassName
{
border-color: #C8EE0B;
}
.TagClassName
{
border-color: #C8EE0B;
}
</style>