Shades of Electric Lime #C3F210
Tints of Electric Lime #C3F210
RGB
CMYK
RGB Variations
Color information
#C3F210 (or 0xC3F210) is known color: Electric Lime. HEX triplet: C3, F2 and 10. RGB value is (195,242,16). Sum of RGB (Red+Green+Blue) = 195+242+16=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F210 is #3C0DEF. Grayscale: #CBCBCB. Windows color (decimal): -3935728 or 1110723. OLE color: 1110723.
HSL color Cylindrical-coordinate representation of color #C3F210: hue angle of 72.48º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3F210 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 16 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.05 |
| HSL | 72.48º | 0.9% | 0.51% | - |
| HSV(B) | 72.48º | 0.93% | 0.95% | - |
| XYZ | 54.35 | 75.14 | 12.13 | - |
| YUV | 202.18 | 22.93 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 16 | 0.19 | 0 | 0.93 | 0.05 | 72.48 | 0.9 | 0.51 |
| Hex | C3 | F2 | 10 | 13 | 0 | 5D | 5 | 48 | 5A | 33 |
| Octal | 303 | 362 | 20 | 23 | 0 | 135 | 5 | 110 | 132 | 63 |
| Binary | 11000011 | 11110010 | 10000 | 10011 | 0 | 1011101 | 101 | 1001000 | 1011010 | 110011 |
Color Harmonies of #C3F210
Complementary color
Monochromatic Colors of #C3F210
Black with #C3F210
Text Example
Text Example
White with #C3F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F210; }
p { color: rgb(195,242,16); }
H1.HeaderClassName
{
color: #C3F210;
}
.AnyTagClassName
{
color: #C3F210;
}
</style>
background-color css
<style>
a { background-color: #C3F210; }
a { background-color: rgb(195,242,16); }
div.DivClassName
{
background-color: #C3F210;
}
.BgClassName
{
background-color: #C3F210;
}
</style>
border-color css
<style>
span { border-color: #C3F210; }
span { border-color: rgb(195,242,16); }
td.TdClassName
{
border-color: #C3F210;
}
.TagClassName
{
border-color: #C3F210;
}
</style>