Shades of Electric Lime #C3F718
Tints of Electric Lime #C3F718
RGB
CMYK
RGB Variations
Color information
#C3F718 (or 0xC3F718) is known color: Electric Lime. HEX triplet: C3, F7 and 18. RGB value is (195,247,24). Sum of RGB (Red+Green+Blue) = 195+247+24=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #C3F718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F718 is #3C08E7. Grayscale: #CECECE. Windows color (decimal): -3934440 or 1636291. OLE color: 1636291.
HSL color Cylindrical-coordinate representation of color #C3F718: hue angle of 73.99º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3F718 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 247 | 24 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.03 |
| HSL | 73.99º | 0.93% | 0.53% | - |
| HSV(B) | 73.99º | 0.9% | 0.97% | - |
| XYZ | 55.93 | 78.19 | 13.01 | - |
| YUV | 206.03 | 25.27 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 247 | 24 | 0.21 | 0 | 0.90 | 0.03 | 73.99 | 0.93 | 0.53 |
| Hex | C3 | F7 | 18 | 15 | 0 | 5A | 3 | 4A | 5D | 35 |
| Octal | 303 | 367 | 30 | 25 | 0 | 132 | 3 | 112 | 135 | 65 |
| Binary | 11000011 | 11110111 | 11000 | 10101 | 0 | 1011010 | 11 | 1001010 | 1011101 | 110101 |
Color Harmonies of #C3F718
Complementary color
Monochromatic Colors of #C3F718
Black with #C3F718
Text Example
Text Example
White with #C3F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F718; }
p { color: rgb(195,247,24); }
H1.HeaderClassName
{
color: #C3F718;
}
.AnyTagClassName
{
color: #C3F718;
}
</style>
background-color css
<style>
a { background-color: #C3F718; }
a { background-color: rgb(195,247,24); }
div.DivClassName
{
background-color: #C3F718;
}
.BgClassName
{
background-color: #C3F718;
}
</style>
border-color css
<style>
span { border-color: #C3F718; }
span { border-color: rgb(195,247,24); }
td.TdClassName
{
border-color: #C3F718;
}
.TagClassName
{
border-color: #C3F718;
}
</style>