Shades of Electric Lime #C3F310
Tints of Electric Lime #C3F310
RGB
CMYK
RGB Variations
Color information
#C3F310 (or 0xC3F310) is known color: Electric Lime. HEX triplet: C3, F3 and 10. RGB value is (195,243,16). Sum of RGB (Red+Green+Blue) = 195+243+16=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F310 is #3C0CEF. Grayscale: #CBCBCB. Windows color (decimal): -3935472 or 1110979. OLE color: 1110979.
HSL color Cylindrical-coordinate representation of color #C3F310: hue angle of 72.69º 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 #C3F310 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 16 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.05 |
| HSL | 72.69º | 0.9% | 0.51% | - |
| HSV(B) | 72.69º | 0.93% | 0.95% | - |
| XYZ | 54.65 | 75.74 | 12.23 | - |
| YUV | 202.77 | 22.6 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 16 | 0.20 | 0 | 0.93 | 0.05 | 72.69 | 0.9 | 0.51 |
| Hex | C3 | F3 | 10 | 14 | 0 | 5D | 5 | 49 | 5A | 33 |
| Octal | 303 | 363 | 20 | 24 | 0 | 135 | 5 | 111 | 132 | 63 |
| Binary | 11000011 | 11110011 | 10000 | 10100 | 0 | 1011101 | 101 | 1001001 | 1011010 | 110011 |
Color Harmonies of #C3F310
Complementary color
Monochromatic Colors of #C3F310
Black with #C3F310
Text Example
Text Example
White with #C3F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F310; }
p { color: rgb(195,243,16); }
H1.HeaderClassName
{
color: #C3F310;
}
.AnyTagClassName
{
color: #C3F310;
}
</style>
background-color css
<style>
a { background-color: #C3F310; }
a { background-color: rgb(195,243,16); }
div.DivClassName
{
background-color: #C3F310;
}
.BgClassName
{
background-color: #C3F310;
}
</style>
border-color css
<style>
span { border-color: #C3F310; }
span { border-color: rgb(195,243,16); }
td.TdClassName
{
border-color: #C3F310;
}
.TagClassName
{
border-color: #C3F310;
}
</style>