Shades of Electric Lime #C5FE0F
Tints of Electric Lime #C5FE0F
RGB
CMYK
RGB Variations
Color information
#C5FE0F (or 0xC5FE0F) is known color: Electric Lime. HEX triplet: C5, FE and 0F. RGB value is (197,254,15). Sum of RGB (Red+Green+Blue) = 197+254+15=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FE0F is #3A01F0. Grayscale: #D2D2D2. Windows color (decimal): -3801585 or 1048261. OLE color: 1048261.
HSL color Cylindrical-coordinate representation of color #C5FE0F: hue angle of 74.31º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5FE0F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 15 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.00 |
| HSL | 74.31º | 0.99% | 0.53% | - |
| HSV(B) | 74.31º | 0.94% | 1% | - |
| XYZ | 58.55 | 82.79 | 13.35 | - |
| YUV | 209.71 | 18.12 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 15 | 0.22 | 0 | 0.94 | 0.00 | 74.31 | 0.99 | 0.53 |
| Hex | C5 | FE | F | 16 | 0 | 5E | 0 | 4A | 63 | 35 |
| Octal | 305 | 376 | 17 | 26 | 0 | 136 | 0 | 112 | 143 | 65 |
| Binary | 11000101 | 11111110 | 1111 | 10110 | 0 | 1011110 | 0 | 1001010 | 1100011 | 110101 |
Color Harmonies of #C5FE0F
Complementary color
Monochromatic Colors of #C5FE0F
Black with #C5FE0F
Text Example
Text Example
White with #C5FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE0F; }
p { color: rgb(197,254,15); }
H1.HeaderClassName
{
color: #C5FE0F;
}
.AnyTagClassName
{
color: #C5FE0F;
}
</style>
background-color css
<style>
a { background-color: #C5FE0F; }
a { background-color: rgb(197,254,15); }
div.DivClassName
{
background-color: #C5FE0F;
}
.BgClassName
{
background-color: #C5FE0F;
}
</style>
border-color css
<style>
span { border-color: #C5FE0F; }
span { border-color: rgb(197,254,15); }
td.TdClassName
{
border-color: #C5FE0F;
}
.TagClassName
{
border-color: #C5FE0F;
}
</style>