Shades of Electric Lime #C5FF0B
Tints of Electric Lime #C5FF0B
RGB
CMYK
RGB Variations
Color information
#C5FF0B (or 0xC5FF0B) is known color: Electric Lime. HEX triplet: C5, FF and 0B. RGB value is (197,255,11). Sum of RGB (Red+Green+Blue) = 197+255+11=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FF0B is #3A00F4. Grayscale: #D2D2D2. Windows color (decimal): -3801333 or 786373. OLE color: 786373.
HSL color Cylindrical-coordinate representation of color #C5FF0B: hue angle of 74.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5FF0B is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 11 | - |
| CMYK | 0.23 | 0 | 0.96 | 0 |
| HSL | 74.26º | 1% | 0.52% | - |
| HSV(B) | 74.26º | 0.96% | 1% | - |
| XYZ | 58.85 | 83.41 | 13.32 | - |
| YUV | 209.84 | 15.78 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 11 | 0.23 | 0 | 0.96 | 0 | 74.26 | 1 | 0.52 |
| Hex | C5 | FF | B | 17 | 0 | 60 | 0 | 4A | 64 | 34 |
| Octal | 305 | 377 | 13 | 27 | 0 | 140 | 0 | 112 | 144 | 64 |
| Binary | 11000101 | 11111111 | 1011 | 10111 | 0 | 1100000 | 0 | 1001010 | 1100100 | 110100 |
Color Harmonies of #C5FF0B
Complementary color
Monochromatic Colors of #C5FF0B
Black with #C5FF0B
Text Example
Text Example
White with #C5FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF0B; }
p { color: rgb(197,255,11); }
H1.HeaderClassName
{
color: #C5FF0B;
}
.AnyTagClassName
{
color: #C5FF0B;
}
</style>
background-color css
<style>
a { background-color: #C5FF0B; }
a { background-color: rgb(197,255,11); }
div.DivClassName
{
background-color: #C5FF0B;
}
.BgClassName
{
background-color: #C5FF0B;
}
</style>
border-color css
<style>
span { border-color: #C5FF0B; }
span { border-color: rgb(197,255,11); }
td.TdClassName
{
border-color: #C5FF0B;
}
.TagClassName
{
border-color: #C5FF0B;
}
</style>