Shades of Electric Lime #C9FF03
Tints of Electric Lime #C9FF03
RGB
CMYK
RGB Variations
Color information
#C9FF03 (or 0xC9FF03) is known color: Electric Lime. HEX triplet: C9, FF and 03. RGB value is (201,255,3). Sum of RGB (Red+Green+Blue) = 201+255+3=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FF03 is #3600FC. Grayscale: #D3D3D3. Windows color (decimal): -3539197 or 262089. OLE color: 262089.
HSL color Cylindrical-coordinate representation of color #C9FF03: hue angle of 72.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9FF03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0 |
| HSL | 72.86º | 1% | 0.51% | - |
| HSV(B) | 72.86º | 0.99% | 1% | - |
| XYZ | 59.86 | 83.94 | 13.13 | - |
| YUV | 210.13 | 11.11 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 3 | 0.21 | 0 | 0.99 | 0 | 72.86 | 1 | 0.51 |
| Hex | C9 | FF | 3 | 15 | 0 | 63 | 0 | 49 | 64 | 33 |
| Octal | 311 | 377 | 3 | 25 | 0 | 143 | 0 | 111 | 144 | 63 |
| Binary | 11001001 | 11111111 | 11 | 10101 | 0 | 1100011 | 0 | 1001001 | 1100100 | 110011 |
Color Harmonies of #C9FF03
Complementary color
Monochromatic Colors of #C9FF03
Black with #C9FF03
Text Example
Text Example
White with #C9FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF03; }
p { color: rgb(201,255,3); }
H1.HeaderClassName
{
color: #C9FF03;
}
.AnyTagClassName
{
color: #C9FF03;
}
</style>
background-color css
<style>
a { background-color: #C9FF03; }
a { background-color: rgb(201,255,3); }
div.DivClassName
{
background-color: #C9FF03;
}
.BgClassName
{
background-color: #C9FF03;
}
</style>
border-color css
<style>
span { border-color: #C9FF03; }
span { border-color: rgb(201,255,3); }
td.TdClassName
{
border-color: #C9FF03;
}
.TagClassName
{
border-color: #C9FF03;
}
</style>