Shades of Electric Lime #C3F512
Tints of Electric Lime #C3F512
RGB
CMYK
RGB Variations
Color information
#C3F512 (or 0xC3F512) is known color: Electric Lime. HEX triplet: C3, F5 and 12. RGB value is (195,245,18). Sum of RGB (Red+Green+Blue) = 195+245+18=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #C3F512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F512 is #3C0AED. Grayscale: #CDCDCD. Windows color (decimal): -3934958 or 1242563. OLE color: 1242563.
HSL color Cylindrical-coordinate representation of color #C3F512: hue angle of 73.22º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3F512 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 245 | 18 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.04 |
| HSL | 73.22º | 0.92% | 0.52% | - |
| HSV(B) | 73.22º | 0.93% | 0.96% | - |
| XYZ | 55.27 | 76.95 | 12.51 | - |
| YUV | 204.17 | 22.94 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 245 | 18 | 0.20 | 0 | 0.93 | 0.04 | 73.22 | 0.92 | 0.52 |
| Hex | C3 | F5 | 12 | 14 | 0 | 5D | 4 | 49 | 5C | 34 |
| Octal | 303 | 365 | 22 | 24 | 0 | 135 | 4 | 111 | 134 | 64 |
| Binary | 11000011 | 11110101 | 10010 | 10100 | 0 | 1011101 | 100 | 1001001 | 1011100 | 110100 |
Color Harmonies of #C3F512
Complementary color
Monochromatic Colors of #C3F512
Black with #C3F512
Text Example
Text Example
White with #C3F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F512; }
p { color: rgb(195,245,18); }
H1.HeaderClassName
{
color: #C3F512;
}
.AnyTagClassName
{
color: #C3F512;
}
</style>
background-color css
<style>
a { background-color: #C3F512; }
a { background-color: rgb(195,245,18); }
div.DivClassName
{
background-color: #C3F512;
}
.BgClassName
{
background-color: #C3F512;
}
</style>
border-color css
<style>
span { border-color: #C3F512; }
span { border-color: rgb(195,245,18); }
td.TdClassName
{
border-color: #C3F512;
}
.TagClassName
{
border-color: #C3F512;
}
</style>