Shades of Electric Lime #C8F209
Tints of Electric Lime #C8F209
RGB
CMYK
RGB Variations
Color information
#C8F209 (or 0xC8F209) is known color: Electric Lime. HEX triplet: C8, F2 and 09. RGB value is (200,242,9). Sum of RGB (Red+Green+Blue) = 200+242+9=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 9 (3.91% from 255 or 2.00% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F209 is #370DF6. Grayscale: #CBCBCB. Windows color (decimal): -3608055 or 651976. OLE color: 651976.
HSL color Cylindrical-coordinate representation of color #C8F209: hue angle of 70.82º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8F209 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.05 |
| HSL | 70.82º | 0.93% | 0.49% | - |
| HSV(B) | 70.82º | 0.96% | 0.95% | - |
| XYZ | 55.62 | 75.8 | 11.96 | - |
| YUV | 202.88 | 18.59 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 9 | 0.17 | 0 | 0.96 | 0.05 | 70.82 | 0.93 | 0.49 |
| Hex | C8 | F2 | 9 | 11 | 0 | 60 | 5 | 47 | 5D | 31 |
| Octal | 310 | 362 | 11 | 21 | 0 | 140 | 5 | 107 | 135 | 61 |
| Binary | 11001000 | 11110010 | 1001 | 10001 | 0 | 1100000 | 101 | 1000111 | 1011101 | 110001 |
Color Harmonies of #C8F209
Complementary color
Monochromatic Colors of #C8F209
Black with #C8F209
Text Example
Text Example
White with #C8F209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F209; }
p { color: rgb(200,242,9); }
H1.HeaderClassName
{
color: #C8F209;
}
.AnyTagClassName
{
color: #C8F209;
}
</style>
background-color css
<style>
a { background-color: #C8F209; }
a { background-color: rgb(200,242,9); }
div.DivClassName
{
background-color: #C8F209;
}
.BgClassName
{
background-color: #C8F209;
}
</style>
border-color css
<style>
span { border-color: #C8F209; }
span { border-color: rgb(200,242,9); }
td.TdClassName
{
border-color: #C8F209;
}
.TagClassName
{
border-color: #C8F209;
}
</style>