Shades of Lime #05EE02
Tints of Lime #05EE02
RGB
CMYK
RGB Variations
Color information
#05EE02 (or 0x05EE02) is known color: Lime. HEX triplet: 05, EE and 02. RGB value is (5,238,2). Sum of RGB (Red+Green+Blue) = 5+238+2=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 238 (93.36% from 255 or 97.14% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 238 - color contains mainly: green. Hex color #05EE02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05EE02 is #FA11FD. Grayscale: #8E8E8E. Windows color (decimal): -16388606 or 192005. OLE color: 192005.
HSL color Cylindrical-coordinate representation of color #05EE02: hue angle of 119.24º 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 #05EE02 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 238 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.07 |
| HSL | 119.24º | 0.98% | 0.47% | - |
| HSV(B) | 119.24º | 0.99% | 0.93% | - |
| XYZ | 30.65 | 61.19 | 10.25 | - |
| YUV | 141.43 | 49.31 | 30.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 2 | 0.98 | 0 | 0.99 | 0.07 | 119.24 | 0.98 | 0.47 |
| Hex | 5 | EE | 2 | 62 | 0 | 63 | 7 | 77 | 62 | 2F |
| Octal | 5 | 356 | 2 | 142 | 0 | 143 | 7 | 167 | 142 | 57 |
| Binary | 101 | 11101110 | 10 | 1100010 | 0 | 1100011 | 111 | 1110111 | 1100010 | 101111 |
Color Harmonies of #05EE02
Complementary color
Monochromatic Colors of #05EE02
Black with #05EE02
Text Example
Text Example
White with #05EE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EE02; }
p { color: rgb(5,238,2); }
H1.HeaderClassName
{
color: #05EE02;
}
.AnyTagClassName
{
color: #05EE02;
}
</style>
background-color css
<style>
a { background-color: #05EE02; }
a { background-color: rgb(5,238,2); }
div.DivClassName
{
background-color: #05EE02;
}
.BgClassName
{
background-color: #05EE02;
}
</style>
border-color css
<style>
span { border-color: #05EE02; }
span { border-color: rgb(5,238,2); }
td.TdClassName
{
border-color: #05EE02;
}
.TagClassName
{
border-color: #05EE02;
}
</style>