Shades of Electric Lime #C3FB12
Tints of Electric Lime #C3FB12
RGB
CMYK
RGB Variations
Color information
#C3FB12 (or 0xC3FB12) is known color: Electric Lime. HEX triplet: C3, FB and 12. RGB value is (195,251,18). Sum of RGB (Red+Green+Blue) = 195+251+18=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FB12 is #3C04ED. Grayscale: #D0D0D0. Windows color (decimal): -3933422 or 1244099. OLE color: 1244099.
HSL color Cylindrical-coordinate representation of color #C3FB12: hue angle of 74.42º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3FB12 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 18 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.02 |
| HSL | 74.42º | 0.97% | 0.53% | - |
| HSV(B) | 74.42º | 0.93% | 0.98% | - |
| XYZ | 57.11 | 80.64 | 13.13 | - |
| YUV | 207.69 | 20.95 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 18 | 0.22 | 0 | 0.93 | 0.02 | 74.42 | 0.97 | 0.53 |
| Hex | C3 | FB | 12 | 16 | 0 | 5D | 2 | 4A | 61 | 35 |
| Octal | 303 | 373 | 22 | 26 | 0 | 135 | 2 | 112 | 141 | 65 |
| Binary | 11000011 | 11111011 | 10010 | 10110 | 0 | 1011101 | 10 | 1001010 | 1100001 | 110101 |
Color Harmonies of #C3FB12
Complementary color
Monochromatic Colors of #C3FB12
Black with #C3FB12
Text Example
Text Example
White with #C3FB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FB12; }
p { color: rgb(195,251,18); }
H1.HeaderClassName
{
color: #C3FB12;
}
.AnyTagClassName
{
color: #C3FB12;
}
</style>
background-color css
<style>
a { background-color: #C3FB12; }
a { background-color: rgb(195,251,18); }
div.DivClassName
{
background-color: #C3FB12;
}
.BgClassName
{
background-color: #C3FB12;
}
</style>
border-color css
<style>
span { border-color: #C3FB12; }
span { border-color: rgb(195,251,18); }
td.TdClassName
{
border-color: #C3FB12;
}
.TagClassName
{
border-color: #C3FB12;
}
</style>