Shades of Electric Lime #C3FA05
Tints of Electric Lime #C3FA05
RGB
CMYK
RGB Variations
Color information
#C3FA05 (or 0xC3FA05) is known color: Electric Lime. HEX triplet: C3, FA and 05. RGB value is (195,250,5). Sum of RGB (Red+Green+Blue) = 195+250+5=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FA05 is #3C05FA. Grayscale: #CECECE. Windows color (decimal): -3933691 or 391875. OLE color: 391875.
HSL color Cylindrical-coordinate representation of color #C3FA05: hue angle of 73.47º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3FA05 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.02 |
| HSL | 73.47º | 0.96% | 0.5% | - |
| HSV(B) | 73.47º | 0.98% | 0.98% | - |
| XYZ | 56.72 | 79.98 | 12.59 | - |
| YUV | 205.63 | 14.78 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 5 | 0.22 | 0 | 0.98 | 0.02 | 73.47 | 0.96 | 0.5 |
| Hex | C3 | FA | 5 | 16 | 0 | 62 | 2 | 49 | 60 | 32 |
| Octal | 303 | 372 | 5 | 26 | 0 | 142 | 2 | 111 | 140 | 62 |
| Binary | 11000011 | 11111010 | 101 | 10110 | 0 | 1100010 | 10 | 1001001 | 1100000 | 110010 |
Color Harmonies of #C3FA05
Complementary color
Monochromatic Colors of #C3FA05
Black with #C3FA05
Text Example
Text Example
White with #C3FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FA05; }
p { color: rgb(195,250,5); }
H1.HeaderClassName
{
color: #C3FA05;
}
.AnyTagClassName
{
color: #C3FA05;
}
</style>
background-color css
<style>
a { background-color: #C3FA05; }
a { background-color: rgb(195,250,5); }
div.DivClassName
{
background-color: #C3FA05;
}
.BgClassName
{
background-color: #C3FA05;
}
</style>
border-color css
<style>
span { border-color: #C3FA05; }
span { border-color: rgb(195,250,5); }
td.TdClassName
{
border-color: #C3FA05;
}
.TagClassName
{
border-color: #C3FA05;
}
</style>