Shades of Electric Lime #C5FA0B
Tints of Electric Lime #C5FA0B
RGB
CMYK
RGB Variations
Color information
#C5FA0B (or 0xC5FA0B) is known color: Electric Lime. HEX triplet: C5, FA and 0B. RGB value is (197,250,11). Sum of RGB (Red+Green+Blue) = 197+250+11=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA0B is #3A05F4. Grayscale: #CFCFCF. Windows color (decimal): -3802613 or 785093. OLE color: 785093.
HSL color Cylindrical-coordinate representation of color #C5FA0B: hue angle of 73.31º degrees, saturation: 0.96, 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 #C5FA0B is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 11 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.02 |
| HSL | 73.31º | 0.96% | 0.51% | - |
| HSV(B) | 73.31º | 0.96% | 0.98% | - |
| XYZ | 57.27 | 80.27 | 12.79 | - |
| YUV | 206.91 | 17.44 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 11 | 0.21 | 0 | 0.96 | 0.02 | 73.31 | 0.96 | 0.51 |
| Hex | C5 | FA | B | 15 | 0 | 60 | 2 | 49 | 60 | 33 |
| Octal | 305 | 372 | 13 | 25 | 0 | 140 | 2 | 111 | 140 | 63 |
| Binary | 11000101 | 11111010 | 1011 | 10101 | 0 | 1100000 | 10 | 1001001 | 1100000 | 110011 |
Color Harmonies of #C5FA0B
Complementary color
Monochromatic Colors of #C5FA0B
Black with #C5FA0B
Text Example
Text Example
White with #C5FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA0B; }
p { color: rgb(197,250,11); }
H1.HeaderClassName
{
color: #C5FA0B;
}
.AnyTagClassName
{
color: #C5FA0B;
}
</style>
background-color css
<style>
a { background-color: #C5FA0B; }
a { background-color: rgb(197,250,11); }
div.DivClassName
{
background-color: #C5FA0B;
}
.BgClassName
{
background-color: #C5FA0B;
}
</style>
border-color css
<style>
span { border-color: #C5FA0B; }
span { border-color: rgb(197,250,11); }
td.TdClassName
{
border-color: #C5FA0B;
}
.TagClassName
{
border-color: #C5FA0B;
}
</style>