Shades of Electric Lime #C3F612
Tints of Electric Lime #C3F612
RGB
CMYK
RGB Variations
Color information
#C3F612 (or 0xC3F612) is known color: Electric Lime. HEX triplet: C3, F6 and 12. RGB value is (195,246,18). Sum of RGB (Red+Green+Blue) = 195+246+18=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F612 is #3C09ED. Grayscale: #CDCDCD. Windows color (decimal): -3934702 or 1242819. OLE color: 1242819.
HSL color Cylindrical-coordinate representation of color #C3F612: hue angle of 73.42º degrees, saturation: 0.93, 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 #C3F612 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 246 | 18 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.04 |
| HSL | 73.42º | 0.93% | 0.52% | - |
| HSV(B) | 73.42º | 0.93% | 0.96% | - |
| XYZ | 55.57 | 77.56 | 12.61 | - |
| YUV | 204.76 | 22.6 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 18 | 0.21 | 0 | 0.93 | 0.04 | 73.42 | 0.93 | 0.52 |
| Hex | C3 | F6 | 12 | 15 | 0 | 5D | 4 | 49 | 5D | 34 |
| Octal | 303 | 366 | 22 | 25 | 0 | 135 | 4 | 111 | 135 | 64 |
| Binary | 11000011 | 11110110 | 10010 | 10101 | 0 | 1011101 | 100 | 1001001 | 1011101 | 110100 |
Color Harmonies of #C3F612
Complementary color
Monochromatic Colors of #C3F612
Black with #C3F612
Text Example
Text Example
White with #C3F612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F612; }
p { color: rgb(195,246,18); }
H1.HeaderClassName
{
color: #C3F612;
}
.AnyTagClassName
{
color: #C3F612;
}
</style>
background-color css
<style>
a { background-color: #C3F612; }
a { background-color: rgb(195,246,18); }
div.DivClassName
{
background-color: #C3F612;
}
.BgClassName
{
background-color: #C3F612;
}
</style>
border-color css
<style>
span { border-color: #C3F612; }
span { border-color: rgb(195,246,18); }
td.TdClassName
{
border-color: #C3F612;
}
.TagClassName
{
border-color: #C3F612;
}
</style>