Shades of Electric Lime #C9F203
Tints of Electric Lime #C9F203
RGB
CMYK
RGB Variations
Color information
#C9F203 (or 0xC9F203) is known color: Electric Lime. HEX triplet: C9, F2 and 03. RGB value is (201,242,3). Sum of RGB (Red+Green+Blue) = 201+242+3=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F203 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F203 is #360DFC. Grayscale: #CBCBCB. Windows color (decimal): -3542525 or 258761. OLE color: 258761.
HSL color Cylindrical-coordinate representation of color #C9F203: hue angle of 70.29º 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 #C9F203 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.05 |
| HSL | 70.29º | 0.98% | 0.48% | - |
| HSV(B) | 70.29º | 0.99% | 0.95% | - |
| XYZ | 55.86 | 75.93 | 11.8 | - |
| YUV | 202.5 | 15.42 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 3 | 0.17 | 0 | 0.99 | 0.05 | 70.29 | 0.98 | 0.48 |
| Hex | C9 | F2 | 3 | 11 | 0 | 63 | 5 | 46 | 62 | 30 |
| Octal | 311 | 362 | 3 | 21 | 0 | 143 | 5 | 106 | 142 | 60 |
| Binary | 11001001 | 11110010 | 11 | 10001 | 0 | 1100011 | 101 | 1000110 | 1100010 | 110000 |
Color Harmonies of #C9F203
Complementary color
Monochromatic Colors of #C9F203
Black with #C9F203
Text Example
Text Example
White with #C9F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F203; }
p { color: rgb(201,242,3); }
H1.HeaderClassName
{
color: #C9F203;
}
.AnyTagClassName
{
color: #C9F203;
}
</style>
background-color css
<style>
a { background-color: #C9F203; }
a { background-color: rgb(201,242,3); }
div.DivClassName
{
background-color: #C9F203;
}
.BgClassName
{
background-color: #C9F203;
}
</style>
border-color css
<style>
span { border-color: #C9F203; }
span { border-color: rgb(201,242,3); }
td.TdClassName
{
border-color: #C9F203;
}
.TagClassName
{
border-color: #C9F203;
}
</style>