Shades of Electric Lime #C8EB0C
Tints of Electric Lime #C8EB0C
RGB
CMYK
RGB Variations
Color information
#C8EB0C (or 0xC8EB0C) is known color: Electric Lime. HEX triplet: C8, EB and 0C. RGB value is (200,235,12). Sum of RGB (Red+Green+Blue) = 200+235+12=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EB0C is #3714F3. Grayscale: #C7C7C7. Windows color (decimal): -3609844 or 846792. OLE color: 846792.
HSL color Cylindrical-coordinate representation of color #C8EB0C: hue angle of 69.42º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8EB0C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.08 |
| HSL | 69.42º | 0.9% | 0.48% | - |
| HSV(B) | 69.42º | 0.95% | 0.92% | - |
| XYZ | 53.59 | 71.72 | 11.37 | - |
| YUV | 199.11 | 22.4 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 12 | 0.15 | 0 | 0.95 | 0.08 | 69.42 | 0.9 | 0.48 |
| Hex | C8 | EB | C | F | 0 | 5F | 8 | 45 | 5A | 30 |
| Octal | 310 | 353 | 14 | 17 | 0 | 137 | 10 | 105 | 132 | 60 |
| Binary | 11001000 | 11101011 | 1100 | 1111 | 0 | 1011111 | 1000 | 1000101 | 1011010 | 110000 |
Color Harmonies of #C8EB0C
Complementary color
Monochromatic Colors of #C8EB0C
Black with #C8EB0C
Text Example
Text Example
White with #C8EB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB0C; }
p { color: rgb(200,235,12); }
H1.HeaderClassName
{
color: #C8EB0C;
}
.AnyTagClassName
{
color: #C8EB0C;
}
</style>
background-color css
<style>
a { background-color: #C8EB0C; }
a { background-color: rgb(200,235,12); }
div.DivClassName
{
background-color: #C8EB0C;
}
.BgClassName
{
background-color: #C8EB0C;
}
</style>
border-color css
<style>
span { border-color: #C8EB0C; }
span { border-color: rgb(200,235,12); }
td.TdClassName
{
border-color: #C8EB0C;
}
.TagClassName
{
border-color: #C8EB0C;
}
</style>