Shades of Electric Lime #C3F614
Tints of Electric Lime #C3F614
RGB
CMYK
RGB Variations
Color information
#C3F614 (or 0xC3F614) is known color: Electric Lime. HEX triplet: C3, F6 and 14. RGB value is (195,246,20). Sum of RGB (Red+Green+Blue) = 195+246+20=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F614 is #3C09EB. Grayscale: #CDCDCD. Windows color (decimal): -3934700 or 1373891. OLE color: 1373891.
HSL color Cylindrical-coordinate representation of color #C3F614: hue angle of 73.54º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3F614 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 246 | 20 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.04 |
| HSL | 73.54º | 0.93% | 0.52% | - |
| HSV(B) | 73.54º | 0.92% | 0.96% | - |
| XYZ | 55.59 | 77.56 | 12.7 | - |
| YUV | 204.99 | 23.6 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 20 | 0.21 | 0 | 0.92 | 0.04 | 73.54 | 0.93 | 0.52 |
| Hex | C3 | F6 | 14 | 15 | 0 | 5C | 4 | 4A | 5D | 34 |
| Octal | 303 | 366 | 24 | 25 | 0 | 134 | 4 | 112 | 135 | 64 |
| Binary | 11000011 | 11110110 | 10100 | 10101 | 0 | 1011100 | 100 | 1001010 | 1011101 | 110100 |
Color Harmonies of #C3F614
Complementary color
Monochromatic Colors of #C3F614
Black with #C3F614
Text Example
Text Example
White with #C3F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F614; }
p { color: rgb(195,246,20); }
H1.HeaderClassName
{
color: #C3F614;
}
.AnyTagClassName
{
color: #C3F614;
}
</style>
background-color css
<style>
a { background-color: #C3F614; }
a { background-color: rgb(195,246,20); }
div.DivClassName
{
background-color: #C3F614;
}
.BgClassName
{
background-color: #C3F614;
}
</style>
border-color css
<style>
span { border-color: #C3F614; }
span { border-color: rgb(195,246,20); }
td.TdClassName
{
border-color: #C3F614;
}
.TagClassName
{
border-color: #C3F614;
}
</style>