Shades of Electric Lime #C3F705
Tints of Electric Lime #C3F705
RGB
CMYK
RGB Variations
Color information
#C3F705 (or 0xC3F705) is known color: Electric Lime. HEX triplet: C3, F7 and 05. RGB value is (195,247,5). Sum of RGB (Red+Green+Blue) = 195+247+5=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 247 (96.88% from 255 or 55.26% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 247 - color contains mainly: green. Hex color #C3F705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F705 is #3C08FA. Grayscale: #CCCCCC. Windows color (decimal): -3934459 or 391107. OLE color: 391107.
HSL color Cylindrical-coordinate representation of color #C3F705: hue angle of 72.89º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3F705 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 247 | 5 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.03 |
| HSL | 72.89º | 0.96% | 0.49% | - |
| HSV(B) | 72.89º | 0.98% | 0.97% | - |
| XYZ | 55.79 | 78.13 | 12.28 | - |
| YUV | 203.86 | 15.77 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 247 | 5 | 0.21 | 0 | 0.98 | 0.03 | 72.89 | 0.96 | 0.49 |
| Hex | C3 | F7 | 5 | 15 | 0 | 62 | 3 | 49 | 60 | 31 |
| Octal | 303 | 367 | 5 | 25 | 0 | 142 | 3 | 111 | 140 | 61 |
| Binary | 11000011 | 11110111 | 101 | 10101 | 0 | 1100010 | 11 | 1001001 | 1100000 | 110001 |
Color Harmonies of #C3F705
Complementary color
Monochromatic Colors of #C3F705
Black with #C3F705
Text Example
Text Example
White with #C3F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F705; }
p { color: rgb(195,247,5); }
H1.HeaderClassName
{
color: #C3F705;
}
.AnyTagClassName
{
color: #C3F705;
}
</style>
background-color css
<style>
a { background-color: #C3F705; }
a { background-color: rgb(195,247,5); }
div.DivClassName
{
background-color: #C3F705;
}
.BgClassName
{
background-color: #C3F705;
}
</style>
border-color css
<style>
span { border-color: #C3F705; }
span { border-color: rgb(195,247,5); }
td.TdClassName
{
border-color: #C3F705;
}
.TagClassName
{
border-color: #C3F705;
}
</style>