Shades of Electric Lime #C3F003
Tints of Electric Lime #C3F003
RGB
CMYK
RGB Variations
Color information
#C3F003 (or 0xC3F003) is known color: Electric Lime. HEX triplet: C3, F0 and 03. RGB value is (195,240,3). Sum of RGB (Red+Green+Blue) = 195+240+3=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F003 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F003 is #3C0FFC. Grayscale: #C8C8C8. Windows color (decimal): -3936253 or 258243. OLE color: 258243.
HSL color Cylindrical-coordinate representation of color #C3F003: hue angle of 71.39º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3F003 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 3 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.06 |
| HSL | 71.39º | 0.98% | 0.48% | - |
| HSV(B) | 71.39º | 0.99% | 0.94% | - |
| XYZ | 53.68 | 73.93 | 11.53 | - |
| YUV | 199.53 | 17.09 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 3 | 0.19 | 0 | 0.99 | 0.06 | 71.39 | 0.98 | 0.48 |
| Hex | C3 | F0 | 3 | 13 | 0 | 63 | 6 | 47 | 62 | 30 |
| Octal | 303 | 360 | 3 | 23 | 0 | 143 | 6 | 107 | 142 | 60 |
| Binary | 11000011 | 11110000 | 11 | 10011 | 0 | 1100011 | 110 | 1000111 | 1100010 | 110000 |
Color Harmonies of #C3F003
Complementary color
Monochromatic Colors of #C3F003
Black with #C3F003
Text Example
Text Example
White with #C3F003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F003; }
p { color: rgb(195,240,3); }
H1.HeaderClassName
{
color: #C3F003;
}
.AnyTagClassName
{
color: #C3F003;
}
</style>
background-color css
<style>
a { background-color: #C3F003; }
a { background-color: rgb(195,240,3); }
div.DivClassName
{
background-color: #C3F003;
}
.BgClassName
{
background-color: #C3F003;
}
</style>
border-color css
<style>
span { border-color: #C3F003; }
span { border-color: rgb(195,240,3); }
td.TdClassName
{
border-color: #C3F003;
}
.TagClassName
{
border-color: #C3F003;
}
</style>