Shades of Electric Lime #C7FB15
Tints of Electric Lime #C7FB15
RGB
CMYK
RGB Variations
Color information
#C7FB15 (or 0xC7FB15) is known color: Electric Lime. HEX triplet: C7, FB and 15. RGB value is (199,251,21). Sum of RGB (Red+Green+Blue) = 199+251+21=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FB15 is #3804EA. Grayscale: #D2D2D2. Windows color (decimal): -3671275 or 1440711. OLE color: 1440711.
HSL color Cylindrical-coordinate representation of color #C7FB15: hue angle of 73.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7FB15 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 251 | 21 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.02 |
| HSL | 73.57º | 0.97% | 0.53% | - |
| HSV(B) | 73.57º | 0.92% | 0.98% | - |
| XYZ | 58.19 | 81.19 | 13.31 | - |
| YUV | 209.23 | 21.77 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 251 | 21 | 0.21 | 0 | 0.92 | 0.02 | 73.57 | 0.97 | 0.53 |
| Hex | C7 | FB | 15 | 15 | 0 | 5C | 2 | 4A | 61 | 35 |
| Octal | 307 | 373 | 25 | 25 | 0 | 134 | 2 | 112 | 141 | 65 |
| Binary | 11000111 | 11111011 | 10101 | 10101 | 0 | 1011100 | 10 | 1001010 | 1100001 | 110101 |
Color Harmonies of #C7FB15
Complementary color
Monochromatic Colors of #C7FB15
Black with #C7FB15
Text Example
Text Example
White with #C7FB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FB15; }
p { color: rgb(199,251,21); }
H1.HeaderClassName
{
color: #C7FB15;
}
.AnyTagClassName
{
color: #C7FB15;
}
</style>
background-color css
<style>
a { background-color: #C7FB15; }
a { background-color: rgb(199,251,21); }
div.DivClassName
{
background-color: #C7FB15;
}
.BgClassName
{
background-color: #C7FB15;
}
</style>
border-color css
<style>
span { border-color: #C7FB15; }
span { border-color: rgb(199,251,21); }
td.TdClassName
{
border-color: #C7FB15;
}
.TagClassName
{
border-color: #C7FB15;
}
</style>