Shades of Electric Lime #C3F912
Tints of Electric Lime #C3F912
RGB
CMYK
RGB Variations
Color information
#C3F912 (or 0xC3F912) is known color: Electric Lime. HEX triplet: C3, F9 and 12. RGB value is (195,249,18). Sum of RGB (Red+Green+Blue) = 195+249+18=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F912 is #3C06ED. Grayscale: #CFCFCF. Windows color (decimal): -3933934 or 1243587. OLE color: 1243587.
HSL color Cylindrical-coordinate representation of color #C3F912: hue angle of 74.03º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3F912 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 249 | 18 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.02 |
| HSL | 74.03º | 0.95% | 0.52% | - |
| HSV(B) | 74.03º | 0.93% | 0.98% | - |
| XYZ | 56.49 | 79.4 | 12.92 | - |
| YUV | 206.52 | 21.61 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 249 | 18 | 0.22 | 0 | 0.93 | 0.02 | 74.03 | 0.95 | 0.52 |
| Hex | C3 | F9 | 12 | 16 | 0 | 5D | 2 | 4A | 5F | 34 |
| Octal | 303 | 371 | 22 | 26 | 0 | 135 | 2 | 112 | 137 | 64 |
| Binary | 11000011 | 11111001 | 10010 | 10110 | 0 | 1011101 | 10 | 1001010 | 1011111 | 110100 |
Color Harmonies of #C3F912
Complementary color
Monochromatic Colors of #C3F912
Black with #C3F912
Text Example
Text Example
White with #C3F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F912; }
p { color: rgb(195,249,18); }
H1.HeaderClassName
{
color: #C3F912;
}
.AnyTagClassName
{
color: #C3F912;
}
</style>
background-color css
<style>
a { background-color: #C3F912; }
a { background-color: rgb(195,249,18); }
div.DivClassName
{
background-color: #C3F912;
}
.BgClassName
{
background-color: #C3F912;
}
</style>
border-color css
<style>
span { border-color: #C3F912; }
span { border-color: rgb(195,249,18); }
td.TdClassName
{
border-color: #C3F912;
}
.TagClassName
{
border-color: #C3F912;
}
</style>