Shades of Electric Lime #C9FC1F
Tints of Electric Lime #C9FC1F
RGB
CMYK
RGB Variations
Color information
#C9FC1F (or 0xC9FC1F) is known color: Electric Lime. HEX triplet: C9, FC and 1F. RGB value is (201,252,31). Sum of RGB (Red+Green+Blue) = 201+252+31=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 31 (12.5% from 255 or 6.40% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC1F is #3603E0. Grayscale: #D4D4D4. Windows color (decimal): -3539937 or 2096329. OLE color: 2096329.
HSL color Cylindrical-coordinate representation of color #C9FC1F: hue angle of 73.85º 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 #C9FC1F is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 31 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.01 |
| HSL | 73.85º | 0.97% | 0.55% | - |
| HSV(B) | 73.85º | 0.88% | 0.99% | - |
| XYZ | 59.15 | 82.14 | 14.03 | - |
| YUV | 211.56 | 26.1 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 31 | 0.20 | 0 | 0.88 | 0.01 | 73.85 | 0.97 | 0.55 |
| Hex | C9 | FC | 1F | 14 | 0 | 58 | 1 | 4A | 61 | 37 |
| Octal | 311 | 374 | 37 | 24 | 0 | 130 | 1 | 112 | 141 | 67 |
| Binary | 11001001 | 11111100 | 11111 | 10100 | 0 | 1011000 | 1 | 1001010 | 1100001 | 110111 |
Color Harmonies of #C9FC1F
Complementary color
Monochromatic Colors of #C9FC1F
Black with #C9FC1F
Text Example
Text Example
White with #C9FC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC1F; }
p { color: rgb(201,252,31); }
H1.HeaderClassName
{
color: #C9FC1F;
}
.AnyTagClassName
{
color: #C9FC1F;
}
</style>
background-color css
<style>
a { background-color: #C9FC1F; }
a { background-color: rgb(201,252,31); }
div.DivClassName
{
background-color: #C9FC1F;
}
.BgClassName
{
background-color: #C9FC1F;
}
</style>
border-color css
<style>
span { border-color: #C9FC1F; }
span { border-color: rgb(201,252,31); }
td.TdClassName
{
border-color: #C9FC1F;
}
.TagClassName
{
border-color: #C9FC1F;
}
</style>