Shades of Electric Lime #C5FB0B
Tints of Electric Lime #C5FB0B
RGB
CMYK
RGB Variations
Color information
#C5FB0B (or 0xC5FB0B) is known color: Electric Lime. HEX triplet: C5, FB and 0B. RGB value is (197,251,11). Sum of RGB (Red+Green+Blue) = 197+251+11=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FB0B is #3A04F4. Grayscale: #D0D0D0. Windows color (decimal): -3802357 or 785349. OLE color: 785349.
HSL color Cylindrical-coordinate representation of color #C5FB0B: hue angle of 73.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5FB0B is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 11 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.02 |
| HSL | 73.5º | 0.97% | 0.51% | - |
| HSV(B) | 73.5º | 0.96% | 0.98% | - |
| XYZ | 57.58 | 80.89 | 12.89 | - |
| YUV | 207.49 | 17.11 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 11 | 0.22 | 0 | 0.96 | 0.02 | 73.5 | 0.97 | 0.51 |
| Hex | C5 | FB | B | 16 | 0 | 60 | 2 | 4A | 61 | 33 |
| Octal | 305 | 373 | 13 | 26 | 0 | 140 | 2 | 112 | 141 | 63 |
| Binary | 11000101 | 11111011 | 1011 | 10110 | 0 | 1100000 | 10 | 1001010 | 1100001 | 110011 |
Color Harmonies of #C5FB0B
Complementary color
Monochromatic Colors of #C5FB0B
Black with #C5FB0B
Text Example
Text Example
White with #C5FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB0B; }
p { color: rgb(197,251,11); }
H1.HeaderClassName
{
color: #C5FB0B;
}
.AnyTagClassName
{
color: #C5FB0B;
}
</style>
background-color css
<style>
a { background-color: #C5FB0B; }
a { background-color: rgb(197,251,11); }
div.DivClassName
{
background-color: #C5FB0B;
}
.BgClassName
{
background-color: #C5FB0B;
}
</style>
border-color css
<style>
span { border-color: #C5FB0B; }
span { border-color: rgb(197,251,11); }
td.TdClassName
{
border-color: #C5FB0B;
}
.TagClassName
{
border-color: #C5FB0B;
}
</style>