Shades of Electric Lime #C7F305
Tints of Electric Lime #C7F305
RGB
CMYK
RGB Variations
Color information
#C7F305 (or 0xC7F305) is known color: Electric Lime. HEX triplet: C7, F3 and 05. RGB value is (199,243,5). Sum of RGB (Red+Green+Blue) = 199+243+5=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F305 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F305 is #380CFA. Grayscale: #CBCBCB. Windows color (decimal): -3673339 or 390087. OLE color: 390087.
HSL color Cylindrical-coordinate representation of color #C7F305: hue angle of 71.09º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7F305 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.05 |
| HSL | 71.09º | 0.96% | 0.49% | - |
| HSV(B) | 71.09º | 0.98% | 0.95% | - |
| XYZ | 55.63 | 76.25 | 11.93 | - |
| YUV | 202.71 | 16.42 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 5 | 0.18 | 0 | 0.98 | 0.05 | 71.09 | 0.96 | 0.49 |
| Hex | C7 | F3 | 5 | 12 | 0 | 62 | 5 | 47 | 60 | 31 |
| Octal | 307 | 363 | 5 | 22 | 0 | 142 | 5 | 107 | 140 | 61 |
| Binary | 11000111 | 11110011 | 101 | 10010 | 0 | 1100010 | 101 | 1000111 | 1100000 | 110001 |
Color Harmonies of #C7F305
Complementary color
Monochromatic Colors of #C7F305
Black with #C7F305
Text Example
Text Example
White with #C7F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F305; }
p { color: rgb(199,243,5); }
H1.HeaderClassName
{
color: #C7F305;
}
.AnyTagClassName
{
color: #C7F305;
}
</style>
background-color css
<style>
a { background-color: #C7F305; }
a { background-color: rgb(199,243,5); }
div.DivClassName
{
background-color: #C7F305;
}
.BgClassName
{
background-color: #C7F305;
}
</style>
border-color css
<style>
span { border-color: #C7F305; }
span { border-color: rgb(199,243,5); }
td.TdClassName
{
border-color: #C7F305;
}
.TagClassName
{
border-color: #C7F305;
}
</style>