Shades of Electric Lime #C8EE13
Tints of Electric Lime #C8EE13
RGB
CMYK
RGB Variations
Color information
#C8EE13 (or 0xC8EE13) is known color: Electric Lime. HEX triplet: C8, EE and 13. RGB value is (200,238,19). Sum of RGB (Red+Green+Blue) = 200+238+19=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EE13 is #3711EC. Grayscale: #CACACA. Windows color (decimal): -3609069 or 1306312. OLE color: 1306312.
HSL color Cylindrical-coordinate representation of color #C8EE13: hue angle of 70.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8EE13 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.07 |
| HSL | 70.41º | 0.87% | 0.5% | - |
| HSV(B) | 70.41º | 0.92% | 0.93% | - |
| XYZ | 54.51 | 73.48 | 11.93 | - |
| YUV | 201.67 | 24.91 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 19 | 0.16 | 0 | 0.92 | 0.07 | 70.41 | 0.87 | 0.5 |
| Hex | C8 | EE | 13 | 10 | 0 | 5C | 7 | 46 | 57 | 32 |
| Octal | 310 | 356 | 23 | 20 | 0 | 134 | 7 | 106 | 127 | 62 |
| Binary | 11001000 | 11101110 | 10011 | 10000 | 0 | 1011100 | 111 | 1000110 | 1010111 | 110010 |
Color Harmonies of #C8EE13
Complementary color
Monochromatic Colors of #C8EE13
Black with #C8EE13
Text Example
Text Example
White with #C8EE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EE13; }
p { color: rgb(200,238,19); }
H1.HeaderClassName
{
color: #C8EE13;
}
.AnyTagClassName
{
color: #C8EE13;
}
</style>
background-color css
<style>
a { background-color: #C8EE13; }
a { background-color: rgb(200,238,19); }
div.DivClassName
{
background-color: #C8EE13;
}
.BgClassName
{
background-color: #C8EE13;
}
</style>
border-color css
<style>
span { border-color: #C8EE13; }
span { border-color: rgb(200,238,19); }
td.TdClassName
{
border-color: #C8EE13;
}
.TagClassName
{
border-color: #C8EE13;
}
</style>