Shades of Electric Lime #C3F403
Tints of Electric Lime #C3F403
RGB
CMYK
RGB Variations
Color information
#C3F403 (or 0xC3F403) is known color: Electric Lime. HEX triplet: C3, F4 and 03. RGB value is (195,244,3). Sum of RGB (Red+Green+Blue) = 195+244+3=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #C3F403 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F403 is #3C0BFC. Grayscale: #CACACA. Windows color (decimal): -3935229 or 259267. OLE color: 259267.
HSL color Cylindrical-coordinate representation of color #C3F403: hue angle of 72.2º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3F403 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 244 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.04 |
| HSL | 72.2º | 0.98% | 0.48% | - |
| HSV(B) | 72.2º | 0.99% | 0.96% | - |
| XYZ | 54.87 | 76.31 | 11.92 | - |
| YUV | 201.88 | 15.77 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 244 | 3 | 0.20 | 0 | 0.99 | 0.04 | 72.2 | 0.98 | 0.48 |
| Hex | C3 | F4 | 3 | 14 | 0 | 63 | 4 | 48 | 62 | 30 |
| Octal | 303 | 364 | 3 | 24 | 0 | 143 | 4 | 110 | 142 | 60 |
| Binary | 11000011 | 11110100 | 11 | 10100 | 0 | 1100011 | 100 | 1001000 | 1100010 | 110000 |
Color Harmonies of #C3F403
Complementary color
Monochromatic Colors of #C3F403
Black with #C3F403
Text Example
Text Example
White with #C3F403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F403; }
p { color: rgb(195,244,3); }
H1.HeaderClassName
{
color: #C3F403;
}
.AnyTagClassName
{
color: #C3F403;
}
</style>
background-color css
<style>
a { background-color: #C3F403; }
a { background-color: rgb(195,244,3); }
div.DivClassName
{
background-color: #C3F403;
}
.BgClassName
{
background-color: #C3F403;
}
</style>
border-color css
<style>
span { border-color: #C3F403; }
span { border-color: rgb(195,244,3); }
td.TdClassName
{
border-color: #C3F403;
}
.TagClassName
{
border-color: #C3F403;
}
</style>