Shades of Electric Lime #C3ED03
Tints of Electric Lime #C3ED03
RGB
CMYK
RGB Variations
Color information
#C3ED03 (or 0xC3ED03) is known color: Electric Lime. HEX triplet: C3, ED and 03. RGB value is (195,237,3). Sum of RGB (Red+Green+Blue) = 195+237+3=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3ED03 is #3C12FC. Grayscale: #C6C6C6. Windows color (decimal): -3937021 or 257475. OLE color: 257475.
HSL color Cylindrical-coordinate representation of color #C3ED03: hue angle of 70.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3ED03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.07 |
| HSL | 70.77º | 0.98% | 0.47% | - |
| HSV(B) | 70.77º | 0.99% | 0.93% | - |
| XYZ | 52.81 | 72.18 | 11.23 | - |
| YUV | 197.77 | 18.09 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 3 | 0.18 | 0 | 0.99 | 0.07 | 70.77 | 0.98 | 0.47 |
| Hex | C3 | ED | 3 | 12 | 0 | 63 | 7 | 47 | 62 | 2F |
| Octal | 303 | 355 | 3 | 22 | 0 | 143 | 7 | 107 | 142 | 57 |
| Binary | 11000011 | 11101101 | 11 | 10010 | 0 | 1100011 | 111 | 1000111 | 1100010 | 101111 |
Color Harmonies of #C3ED03
Complementary color
Monochromatic Colors of #C3ED03
Black with #C3ED03
Text Example
Text Example
White with #C3ED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ED03; }
p { color: rgb(195,237,3); }
H1.HeaderClassName
{
color: #C3ED03;
}
.AnyTagClassName
{
color: #C3ED03;
}
</style>
background-color css
<style>
a { background-color: #C3ED03; }
a { background-color: rgb(195,237,3); }
div.DivClassName
{
background-color: #C3ED03;
}
.BgClassName
{
background-color: #C3ED03;
}
</style>
border-color css
<style>
span { border-color: #C3ED03; }
span { border-color: rgb(195,237,3); }
td.TdClassName
{
border-color: #C3ED03;
}
.TagClassName
{
border-color: #C3ED03;
}
</style>