Shades of Electric Lime #C9FC1E
Tints of Electric Lime #C9FC1E
RGB
CMYK
RGB Variations
Color information
#C9FC1E (or 0xC9FC1E) is known color: Electric Lime. HEX triplet: C9, FC and 1E. RGB value is (201,252,30). Sum of RGB (Red+Green+Blue) = 201+252+30=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 30 (12.11% from 255 or 6.21% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC1E is #3603E1. Grayscale: #D4D4D4. Windows color (decimal): -3539938 or 2030793. OLE color: 2030793.
HSL color Cylindrical-coordinate representation of color #C9FC1E: hue angle of 73.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9FC1E is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 30 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.01 |
| HSL | 73.78º | 0.97% | 0.55% | - |
| HSV(B) | 73.78º | 0.88% | 0.99% | - |
| XYZ | 59.13 | 82.13 | 13.96 | - |
| YUV | 211.44 | 25.6 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 30 | 0.20 | 0 | 0.88 | 0.01 | 73.78 | 0.97 | 0.55 |
| Hex | C9 | FC | 1E | 14 | 0 | 58 | 1 | 4A | 61 | 37 |
| Octal | 311 | 374 | 36 | 24 | 0 | 130 | 1 | 112 | 141 | 67 |
| Binary | 11001001 | 11111100 | 11110 | 10100 | 0 | 1011000 | 1 | 1001010 | 1100001 | 110111 |
Color Harmonies of #C9FC1E
Complementary color
Monochromatic Colors of #C9FC1E
Black with #C9FC1E
Text Example
Text Example
White with #C9FC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC1E; }
p { color: rgb(201,252,30); }
H1.HeaderClassName
{
color: #C9FC1E;
}
.AnyTagClassName
{
color: #C9FC1E;
}
</style>
background-color css
<style>
a { background-color: #C9FC1E; }
a { background-color: rgb(201,252,30); }
div.DivClassName
{
background-color: #C9FC1E;
}
.BgClassName
{
background-color: #C9FC1E;
}
</style>
border-color css
<style>
span { border-color: #C9FC1E; }
span { border-color: rgb(201,252,30); }
td.TdClassName
{
border-color: #C9FC1E;
}
.TagClassName
{
border-color: #C9FC1E;
}
</style>