Shades of Electric Lime #C8F203
Tints of Electric Lime #C8F203
RGB
CMYK
RGB Variations
Color information
#C8F203 (or 0xC8F203) is known color: Electric Lime. HEX triplet: C8, F2 and 03. RGB value is (200,242,3). Sum of RGB (Red+Green+Blue) = 200+242+3=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F203 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F203 is #370DFC. Grayscale: #CBCBCB. Windows color (decimal): -3608061 or 258760. OLE color: 258760.
HSL color Cylindrical-coordinate representation of color #C8F203: hue angle of 70.54º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8F203 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.05 |
| HSL | 70.54º | 0.98% | 0.48% | - |
| HSV(B) | 70.54º | 0.99% | 0.95% | - |
| XYZ | 55.59 | 75.79 | 11.79 | - |
| YUV | 202.2 | 15.59 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 3 | 0.17 | 0 | 0.99 | 0.05 | 70.54 | 0.98 | 0.48 |
| Hex | C8 | F2 | 3 | 11 | 0 | 63 | 5 | 47 | 62 | 30 |
| Octal | 310 | 362 | 3 | 21 | 0 | 143 | 5 | 107 | 142 | 60 |
| Binary | 11001000 | 11110010 | 11 | 10001 | 0 | 1100011 | 101 | 1000111 | 1100010 | 110000 |
Color Harmonies of #C8F203
Complementary color
Monochromatic Colors of #C8F203
Black with #C8F203
Text Example
Text Example
White with #C8F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F203; }
p { color: rgb(200,242,3); }
H1.HeaderClassName
{
color: #C8F203;
}
.AnyTagClassName
{
color: #C8F203;
}
</style>
background-color css
<style>
a { background-color: #C8F203; }
a { background-color: rgb(200,242,3); }
div.DivClassName
{
background-color: #C8F203;
}
.BgClassName
{
background-color: #C8F203;
}
</style>
border-color css
<style>
span { border-color: #C8F203; }
span { border-color: rgb(200,242,3); }
td.TdClassName
{
border-color: #C8F203;
}
.TagClassName
{
border-color: #C8F203;
}
</style>