Shades of Electric Lime #C3E905
Tints of Electric Lime #C3E905
RGB
CMYK
RGB Variations
Color information
#C3E905 (or 0xC3E905) is known color: Electric Lime. HEX triplet: C3, E9 and 05. RGB value is (195,233,5). Sum of RGB (Red+Green+Blue) = 195+233+5=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3E905 is #3C16FA. Grayscale: #C4C4C4. Windows color (decimal): -3938043 or 387523. OLE color: 387523.
HSL color Cylindrical-coordinate representation of color #C3E905: hue angle of 70º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3E905 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.09 |
| HSL | 70º | 0.96% | 0.47% | - |
| HSV(B) | 70º | 0.98% | 0.91% | - |
| XYZ | 51.67 | 69.89 | 10.91 | - |
| YUV | 195.65 | 20.41 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 5 | 0.16 | 0 | 0.98 | 0.09 | 70 | 0.96 | 0.47 |
| Hex | C3 | E9 | 5 | 10 | 0 | 62 | 9 | 46 | 60 | 2F |
| Octal | 303 | 351 | 5 | 20 | 0 | 142 | 11 | 106 | 140 | 57 |
| Binary | 11000011 | 11101001 | 101 | 10000 | 0 | 1100010 | 1001 | 1000110 | 1100000 | 101111 |
Color Harmonies of #C3E905
Complementary color
Monochromatic Colors of #C3E905
Black with #C3E905
Text Example
Text Example
White with #C3E905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E905; }
p { color: rgb(195,233,5); }
H1.HeaderClassName
{
color: #C3E905;
}
.AnyTagClassName
{
color: #C3E905;
}
</style>
background-color css
<style>
a { background-color: #C3E905; }
a { background-color: rgb(195,233,5); }
div.DivClassName
{
background-color: #C3E905;
}
.BgClassName
{
background-color: #C3E905;
}
</style>
border-color css
<style>
span { border-color: #C3E905; }
span { border-color: rgb(195,233,5); }
td.TdClassName
{
border-color: #C3E905;
}
.TagClassName
{
border-color: #C3E905;
}
</style>