Shades of Electric Lime #C3EE03
Tints of Electric Lime #C3EE03
RGB
CMYK
RGB Variations
Color information
#C3EE03 (or 0xC3EE03) is known color: Electric Lime. HEX triplet: C3, EE and 03. RGB value is (195,238,3). Sum of RGB (Red+Green+Blue) = 195+238+3=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3EE03 is #3C11FC. Grayscale: #C7C7C7. Windows color (decimal): -3936765 or 257731. OLE color: 257731.
HSL color Cylindrical-coordinate representation of color #C3EE03: hue angle of 70.98º 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 #C3EE03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.07 |
| HSL | 70.98º | 0.98% | 0.47% | - |
| HSV(B) | 70.98º | 0.99% | 0.93% | - |
| XYZ | 53.1 | 72.76 | 11.33 | - |
| YUV | 198.35 | 17.75 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 3 | 0.18 | 0 | 0.99 | 0.07 | 70.98 | 0.98 | 0.47 |
| Hex | C3 | EE | 3 | 12 | 0 | 63 | 7 | 47 | 62 | 2F |
| Octal | 303 | 356 | 3 | 22 | 0 | 143 | 7 | 107 | 142 | 57 |
| Binary | 11000011 | 11101110 | 11 | 10010 | 0 | 1100011 | 111 | 1000111 | 1100010 | 101111 |
Color Harmonies of #C3EE03
Complementary color
Monochromatic Colors of #C3EE03
Black with #C3EE03
Text Example
Text Example
White with #C3EE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EE03; }
p { color: rgb(195,238,3); }
H1.HeaderClassName
{
color: #C3EE03;
}
.AnyTagClassName
{
color: #C3EE03;
}
</style>
background-color css
<style>
a { background-color: #C3EE03; }
a { background-color: rgb(195,238,3); }
div.DivClassName
{
background-color: #C3EE03;
}
.BgClassName
{
background-color: #C3EE03;
}
</style>
border-color css
<style>
span { border-color: #C3EE03; }
span { border-color: rgb(195,238,3); }
td.TdClassName
{
border-color: #C3EE03;
}
.TagClassName
{
border-color: #C3EE03;
}
</style>