Shades of Electric Lime #C5F91A
Tints of Electric Lime #C5F91A
RGB
CMYK
RGB Variations
Color information
#C5F91A (or 0xC5F91A) is known color: Electric Lime. HEX triplet: C5, F9 and 1A. RGB value is (197,249,26). Sum of RGB (Red+Green+Blue) = 197+249+26=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F91A is #3A06E5. Grayscale: #D0D0D0. Windows color (decimal): -3802854 or 1767877. OLE color: 1767877.
HSL color Cylindrical-coordinate representation of color #C5F91A: hue angle of 73.99º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5F91A is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 26 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.02 |
| HSL | 73.99º | 0.95% | 0.54% | - |
| HSV(B) | 73.99º | 0.9% | 0.98% | - |
| XYZ | 57.09 | 79.7 | 13.35 | - |
| YUV | 208.03 | 25.27 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 26 | 0.21 | 0 | 0.90 | 0.02 | 73.99 | 0.95 | 0.54 |
| Hex | C5 | F9 | 1A | 15 | 0 | 5A | 2 | 4A | 5F | 36 |
| Octal | 305 | 371 | 32 | 25 | 0 | 132 | 2 | 112 | 137 | 66 |
| Binary | 11000101 | 11111001 | 11010 | 10101 | 0 | 1011010 | 10 | 1001010 | 1011111 | 110110 |
Color Harmonies of #C5F91A
Complementary color
Monochromatic Colors of #C5F91A
Black with #C5F91A
Text Example
Text Example
White with #C5F91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F91A; }
p { color: rgb(197,249,26); }
H1.HeaderClassName
{
color: #C5F91A;
}
.AnyTagClassName
{
color: #C5F91A;
}
</style>
background-color css
<style>
a { background-color: #C5F91A; }
a { background-color: rgb(197,249,26); }
div.DivClassName
{
background-color: #C5F91A;
}
.BgClassName
{
background-color: #C5F91A;
}
</style>
border-color css
<style>
span { border-color: #C5F91A; }
span { border-color: rgb(197,249,26); }
td.TdClassName
{
border-color: #C5F91A;
}
.TagClassName
{
border-color: #C5F91A;
}
</style>