Shades of Electric Lime #C7F405
Tints of Electric Lime #C7F405
RGB
CMYK
RGB Variations
Color information
#C7F405 (or 0xC7F405) is known color: Electric Lime. HEX triplet: C7, F4 and 05. RGB value is (199,244,5). Sum of RGB (Red+Green+Blue) = 199+244+5=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 244 (95.70% from 255 or 54.46% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 244 - color contains mainly: green. Hex color #C7F405 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F405 is #380BFA. Grayscale: #CCCCCC. Windows color (decimal): -3673083 or 390343. OLE color: 390343.
HSL color Cylindrical-coordinate representation of color #C7F405: hue angle of 71.3º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7F405 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 244 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.04 |
| HSL | 71.3º | 0.96% | 0.49% | - |
| HSV(B) | 71.3º | 0.98% | 0.96% | - |
| XYZ | 55.93 | 76.85 | 12.03 | - |
| YUV | 203.3 | 16.09 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 244 | 5 | 0.18 | 0 | 0.98 | 0.04 | 71.3 | 0.96 | 0.49 |
| Hex | C7 | F4 | 5 | 12 | 0 | 62 | 4 | 47 | 60 | 31 |
| Octal | 307 | 364 | 5 | 22 | 0 | 142 | 4 | 107 | 140 | 61 |
| Binary | 11000111 | 11110100 | 101 | 10010 | 0 | 1100010 | 100 | 1000111 | 1100000 | 110001 |
Color Harmonies of #C7F405
Complementary color
Monochromatic Colors of #C7F405
Black with #C7F405
Text Example
Text Example
White with #C7F405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F405; }
p { color: rgb(199,244,5); }
H1.HeaderClassName
{
color: #C7F405;
}
.AnyTagClassName
{
color: #C7F405;
}
</style>
background-color css
<style>
a { background-color: #C7F405; }
a { background-color: rgb(199,244,5); }
div.DivClassName
{
background-color: #C7F405;
}
.BgClassName
{
background-color: #C7F405;
}
</style>
border-color css
<style>
span { border-color: #C7F405; }
span { border-color: rgb(199,244,5); }
td.TdClassName
{
border-color: #C7F405;
}
.TagClassName
{
border-color: #C7F405;
}
</style>