Shades of Electric Lime #C3EE05
Tints of Electric Lime #C3EE05
RGB
CMYK
RGB Variations
Color information
#C3EE05 (or 0xC3EE05) is known color: Electric Lime. HEX triplet: C3, EE and 05. RGB value is (195,238,5). Sum of RGB (Red+Green+Blue) = 195+238+5=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 238 (93.36% from 255 or 54.34% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3EE05 is #3C11FA. Grayscale: #C7C7C7. Windows color (decimal): -3936763 or 388803. OLE color: 388803.
HSL color Cylindrical-coordinate representation of color #C3EE05: hue angle of 71.07º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3EE05 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.07 |
| HSL | 71.07º | 0.96% | 0.48% | - |
| HSV(B) | 71.07º | 0.98% | 0.93% | - |
| XYZ | 53.11 | 72.76 | 11.39 | - |
| YUV | 198.58 | 18.75 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 5 | 0.18 | 0 | 0.98 | 0.07 | 71.07 | 0.96 | 0.48 |
| Hex | C3 | EE | 5 | 12 | 0 | 62 | 7 | 47 | 60 | 30 |
| Octal | 303 | 356 | 5 | 22 | 0 | 142 | 7 | 107 | 140 | 60 |
| Binary | 11000011 | 11101110 | 101 | 10010 | 0 | 1100010 | 111 | 1000111 | 1100000 | 110000 |
Color Harmonies of #C3EE05
Complementary color
Monochromatic Colors of #C3EE05
Black with #C3EE05
Text Example
Text Example
White with #C3EE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EE05; }
p { color: rgb(195,238,5); }
H1.HeaderClassName
{
color: #C3EE05;
}
.AnyTagClassName
{
color: #C3EE05;
}
</style>
background-color css
<style>
a { background-color: #C3EE05; }
a { background-color: rgb(195,238,5); }
div.DivClassName
{
background-color: #C3EE05;
}
.BgClassName
{
background-color: #C3EE05;
}
</style>
border-color css
<style>
span { border-color: #C3EE05; }
span { border-color: rgb(195,238,5); }
td.TdClassName
{
border-color: #C3EE05;
}
.TagClassName
{
border-color: #C3EE05;
}
</style>