Shades of Electric Lime #C9FA1F
Tints of Electric Lime #C9FA1F
RGB
CMYK
RGB Variations
Color information
#C9FA1F (or 0xC9FA1F) is known color: Electric Lime. HEX triplet: C9, FA and 1F. RGB value is (201,250,31). Sum of RGB (Red+Green+Blue) = 201+250+31=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FA1F is #3605E0. Grayscale: #D3D3D3. Windows color (decimal): -3540449 or 2095817. OLE color: 2095817.
HSL color Cylindrical-coordinate representation of color #C9FA1F: hue angle of 73.42º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9FA1F is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 31 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.02 |
| HSL | 73.42º | 0.96% | 0.55% | - |
| HSV(B) | 73.42º | 0.88% | 0.98% | - |
| XYZ | 58.52 | 80.89 | 13.82 | - |
| YUV | 210.38 | 26.77 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 31 | 0.20 | 0 | 0.88 | 0.02 | 73.42 | 0.96 | 0.55 |
| Hex | C9 | FA | 1F | 14 | 0 | 58 | 2 | 49 | 60 | 37 |
| Octal | 311 | 372 | 37 | 24 | 0 | 130 | 2 | 111 | 140 | 67 |
| Binary | 11001001 | 11111010 | 11111 | 10100 | 0 | 1011000 | 10 | 1001001 | 1100000 | 110111 |
Color Harmonies of #C9FA1F
Complementary color
Monochromatic Colors of #C9FA1F
Black with #C9FA1F
Text Example
Text Example
White with #C9FA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA1F; }
p { color: rgb(201,250,31); }
H1.HeaderClassName
{
color: #C9FA1F;
}
.AnyTagClassName
{
color: #C9FA1F;
}
</style>
background-color css
<style>
a { background-color: #C9FA1F; }
a { background-color: rgb(201,250,31); }
div.DivClassName
{
background-color: #C9FA1F;
}
.BgClassName
{
background-color: #C9FA1F;
}
</style>
border-color css
<style>
span { border-color: #C9FA1F; }
span { border-color: rgb(201,250,31); }
td.TdClassName
{
border-color: #C9FA1F;
}
.TagClassName
{
border-color: #C9FA1F;
}
</style>