Shades of Electric Lime #C5F913
Tints of Electric Lime #C5F913
RGB
CMYK
RGB Variations
Color information
#C5F913 (or 0xC5F913) is known color: Electric Lime. HEX triplet: C5, F9 and 13. RGB value is (197,249,19). Sum of RGB (Red+Green+Blue) = 197+249+19=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F913 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F913 is #3A06EC. Grayscale: #D0D0D0. Windows color (decimal): -3802861 or 1309125. OLE color: 1309125.
HSL color Cylindrical-coordinate representation of color #C5F913: hue angle of 73.57º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5F913 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 19 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.02 |
| HSL | 73.57º | 0.95% | 0.53% | - |
| HSV(B) | 73.57º | 0.92% | 0.98% | - |
| XYZ | 57.02 | 79.67 | 12.99 | - |
| YUV | 207.23 | 21.77 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 19 | 0.21 | 0 | 0.92 | 0.02 | 73.57 | 0.95 | 0.53 |
| Hex | C5 | F9 | 13 | 15 | 0 | 5C | 2 | 4A | 5F | 35 |
| Octal | 305 | 371 | 23 | 25 | 0 | 134 | 2 | 112 | 137 | 65 |
| Binary | 11000101 | 11111001 | 10011 | 10101 | 0 | 1011100 | 10 | 1001010 | 1011111 | 110101 |
Color Harmonies of #C5F913
Complementary color
Monochromatic Colors of #C5F913
Black with #C5F913
Text Example
Text Example
White with #C5F913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F913; }
p { color: rgb(197,249,19); }
H1.HeaderClassName
{
color: #C5F913;
}
.AnyTagClassName
{
color: #C5F913;
}
</style>
background-color css
<style>
a { background-color: #C5F913; }
a { background-color: rgb(197,249,19); }
div.DivClassName
{
background-color: #C5F913;
}
.BgClassName
{
background-color: #C5F913;
}
</style>
border-color css
<style>
span { border-color: #C5F913; }
span { border-color: rgb(197,249,19); }
td.TdClassName
{
border-color: #C5F913;
}
.TagClassName
{
border-color: #C5F913;
}
</style>