Shades of Electric Lime #C5EE05
Tints of Electric Lime #C5EE05
RGB
CMYK
RGB Variations
Color information
#C5EE05 (or 0xC5EE05) is known color: Electric Lime. HEX triplet: C5, EE and 05. RGB value is (197,238,5). Sum of RGB (Red+Green+Blue) = 197+238+5=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 238 (93.36% from 255 or 54.09% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EE05 is #3A11FA. Grayscale: #C8C8C8. Windows color (decimal): -3805691 or 388805. OLE color: 388805.
HSL color Cylindrical-coordinate representation of color #C5EE05: hue angle of 70.56º 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 #C5EE05 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.07 |
| HSL | 70.56º | 0.96% | 0.48% | - |
| HSV(B) | 70.56º | 0.98% | 0.93% | - |
| XYZ | 53.63 | 73.03 | 11.41 | - |
| YUV | 199.18 | 18.42 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 5 | 0.17 | 0 | 0.98 | 0.07 | 70.56 | 0.96 | 0.48 |
| Hex | C5 | EE | 5 | 11 | 0 | 62 | 7 | 47 | 60 | 30 |
| Octal | 305 | 356 | 5 | 21 | 0 | 142 | 7 | 107 | 140 | 60 |
| Binary | 11000101 | 11101110 | 101 | 10001 | 0 | 1100010 | 111 | 1000111 | 1100000 | 110000 |
Color Harmonies of #C5EE05
Complementary color
Monochromatic Colors of #C5EE05
Black with #C5EE05
Text Example
Text Example
White with #C5EE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EE05; }
p { color: rgb(197,238,5); }
H1.HeaderClassName
{
color: #C5EE05;
}
.AnyTagClassName
{
color: #C5EE05;
}
</style>
background-color css
<style>
a { background-color: #C5EE05; }
a { background-color: rgb(197,238,5); }
div.DivClassName
{
background-color: #C5EE05;
}
.BgClassName
{
background-color: #C5EE05;
}
</style>
border-color css
<style>
span { border-color: #C5EE05; }
span { border-color: rgb(197,238,5); }
td.TdClassName
{
border-color: #C5EE05;
}
.TagClassName
{
border-color: #C5EE05;
}
</style>