Shades of Electric Lime #C5F80B
Tints of Electric Lime #C5F80B
RGB
CMYK
RGB Variations
Color information
#C5F80B (or 0xC5F80B) is known color: Electric Lime. HEX triplet: C5, F8 and 0B. RGB value is (197,248,11). Sum of RGB (Red+Green+Blue) = 197+248+11=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F80B is #3A07F4. Grayscale: #CECECE. Windows color (decimal): -3803125 or 784581. OLE color: 784581.
HSL color Cylindrical-coordinate representation of color #C5F80B: hue angle of 72.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5F80B is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 11 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.03 |
| HSL | 72.91º | 0.94% | 0.51% | - |
| HSV(B) | 72.91º | 0.96% | 0.97% | - |
| XYZ | 56.65 | 79.03 | 12.58 | - |
| YUV | 205.73 | 18.1 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 11 | 0.21 | 0 | 0.96 | 0.03 | 72.91 | 0.94 | 0.51 |
| Hex | C5 | F8 | B | 15 | 0 | 60 | 3 | 49 | 5E | 33 |
| Octal | 305 | 370 | 13 | 25 | 0 | 140 | 3 | 111 | 136 | 63 |
| Binary | 11000101 | 11111000 | 1011 | 10101 | 0 | 1100000 | 11 | 1001001 | 1011110 | 110011 |
Color Harmonies of #C5F80B
Complementary color
Monochromatic Colors of #C5F80B
Black with #C5F80B
Text Example
Text Example
White with #C5F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F80B; }
p { color: rgb(197,248,11); }
H1.HeaderClassName
{
color: #C5F80B;
}
.AnyTagClassName
{
color: #C5F80B;
}
</style>
background-color css
<style>
a { background-color: #C5F80B; }
a { background-color: rgb(197,248,11); }
div.DivClassName
{
background-color: #C5F80B;
}
.BgClassName
{
background-color: #C5F80B;
}
</style>
border-color css
<style>
span { border-color: #C5F80B; }
span { border-color: rgb(197,248,11); }
td.TdClassName
{
border-color: #C5F80B;
}
.TagClassName
{
border-color: #C5F80B;
}
</style>