Shades of Electric Lime #C3FE03
Tints of Electric Lime #C3FE03
RGB
CMYK
RGB Variations
Color information
#C3FE03 (or 0xC3FE03) is known color: Electric Lime. HEX triplet: C3, FE and 03. RGB value is (195,254,3). Sum of RGB (Red+Green+Blue) = 195+254+3=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 3 (1.56% from 255 or 0.66% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FE03 is #3C01FC. Grayscale: #D0D0D0. Windows color (decimal): -3932669 or 261827. OLE color: 261827.
HSL color Cylindrical-coordinate representation of color #C3FE03: hue angle of 74.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3FE03 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.00 |
| HSL | 74.1º | 0.99% | 0.5% | - |
| HSV(B) | 74.1º | 0.99% | 1% | - |
| XYZ | 57.96 | 82.49 | 12.95 | - |
| YUV | 207.75 | 12.45 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 3 | 0.23 | 0 | 0.99 | 0.00 | 74.1 | 0.99 | 0.5 |
| Hex | C3 | FE | 3 | 17 | 0 | 63 | 0 | 4A | 63 | 32 |
| Octal | 303 | 376 | 3 | 27 | 0 | 143 | 0 | 112 | 143 | 62 |
| Binary | 11000011 | 11111110 | 11 | 10111 | 0 | 1100011 | 0 | 1001010 | 1100011 | 110010 |
Color Harmonies of #C3FE03
Complementary color
Monochromatic Colors of #C3FE03
Black with #C3FE03
Text Example
Text Example
White with #C3FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FE03; }
p { color: rgb(195,254,3); }
H1.HeaderClassName
{
color: #C3FE03;
}
.AnyTagClassName
{
color: #C3FE03;
}
</style>
background-color css
<style>
a { background-color: #C3FE03; }
a { background-color: rgb(195,254,3); }
div.DivClassName
{
background-color: #C3FE03;
}
.BgClassName
{
background-color: #C3FE03;
}
</style>
border-color css
<style>
span { border-color: #C3FE03; }
span { border-color: rgb(195,254,3); }
td.TdClassName
{
border-color: #C3FE03;
}
.TagClassName
{
border-color: #C3FE03;
}
</style>