Shades of Electric Lime #C3F413
Tints of Electric Lime #C3F413
RGB
CMYK
RGB Variations
Color information
#C3F413 (or 0xC3F413) is known color: Electric Lime. HEX triplet: C3, F4 and 13. RGB value is (195,244,19). Sum of RGB (Red+Green+Blue) = 195+244+19=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #C3F413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F413 is #3C0BEC. Grayscale: #CCCCCC. Windows color (decimal): -3935213 or 1307843. OLE color: 1307843.
HSL color Cylindrical-coordinate representation of color #C3F413: hue angle of 73.07º degrees, saturation: 0.91, 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 #C3F413 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 244 | 19 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.04 |
| HSL | 73.07º | 0.91% | 0.52% | - |
| HSV(B) | 73.07º | 0.92% | 0.96% | - |
| XYZ | 54.97 | 76.35 | 12.46 | - |
| YUV | 203.7 | 23.77 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 244 | 19 | 0.20 | 0 | 0.92 | 0.04 | 73.07 | 0.91 | 0.52 |
| Hex | C3 | F4 | 13 | 14 | 0 | 5C | 4 | 49 | 5B | 34 |
| Octal | 303 | 364 | 23 | 24 | 0 | 134 | 4 | 111 | 133 | 64 |
| Binary | 11000011 | 11110100 | 10011 | 10100 | 0 | 1011100 | 100 | 1001001 | 1011011 | 110100 |
Color Harmonies of #C3F413
Complementary color
Monochromatic Colors of #C3F413
Black with #C3F413
Text Example
Text Example
White with #C3F413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F413; }
p { color: rgb(195,244,19); }
H1.HeaderClassName
{
color: #C3F413;
}
.AnyTagClassName
{
color: #C3F413;
}
</style>
background-color css
<style>
a { background-color: #C3F413; }
a { background-color: rgb(195,244,19); }
div.DivClassName
{
background-color: #C3F413;
}
.BgClassName
{
background-color: #C3F413;
}
</style>
border-color css
<style>
span { border-color: #C3F413; }
span { border-color: rgb(195,244,19); }
td.TdClassName
{
border-color: #C3F413;
}
.TagClassName
{
border-color: #C3F413;
}
</style>