Shades of Electric Lime #C8F20D
Tints of Electric Lime #C8F20D
RGB
CMYK
RGB Variations
Color information
#C8F20D (or 0xC8F20D) is known color: Electric Lime. HEX triplet: C8, F2 and 0D. RGB value is (200,242,13). Sum of RGB (Red+Green+Blue) = 200+242+13=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F20D is #370DF2. Grayscale: #CCCCCC. Windows color (decimal): -3608051 or 914120. OLE color: 914120.
HSL color Cylindrical-coordinate representation of color #C8F20D: hue angle of 71º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8F20D is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 13 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.05 |
| HSL | 71º | 0.9% | 0.5% | - |
| HSV(B) | 71º | 0.95% | 0.95% | - |
| XYZ | 55.64 | 75.81 | 12.08 | - |
| YUV | 203.34 | 20.59 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 13 | 0.17 | 0 | 0.95 | 0.05 | 71 | 0.9 | 0.5 |
| Hex | C8 | F2 | D | 11 | 0 | 5F | 5 | 47 | 5A | 32 |
| Octal | 310 | 362 | 15 | 21 | 0 | 137 | 5 | 107 | 132 | 62 |
| Binary | 11001000 | 11110010 | 1101 | 10001 | 0 | 1011111 | 101 | 1000111 | 1011010 | 110010 |
Color Harmonies of #C8F20D
Complementary color
Monochromatic Colors of #C8F20D
Black with #C8F20D
Text Example
Text Example
White with #C8F20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F20D; }
p { color: rgb(200,242,13); }
H1.HeaderClassName
{
color: #C8F20D;
}
.AnyTagClassName
{
color: #C8F20D;
}
</style>
background-color css
<style>
a { background-color: #C8F20D; }
a { background-color: rgb(200,242,13); }
div.DivClassName
{
background-color: #C8F20D;
}
.BgClassName
{
background-color: #C8F20D;
}
</style>
border-color css
<style>
span { border-color: #C8F20D; }
span { border-color: rgb(200,242,13); }
td.TdClassName
{
border-color: #C8F20D;
}
.TagClassName
{
border-color: #C8F20D;
}
</style>