Shades of Lime #05FF02
Tints of Lime #05FF02
RGB
CMYK
RGB Variations
Color information
#05FF02 (or 0x05FF02) is known color: Lime. HEX triplet: 05, FF and 02. RGB value is (5,255,2). Sum of RGB (Red+Green+Blue) = 5+255+2=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 255 (100% from 255 or 97.33% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FF02 is #FA00FD. Grayscale: #989898. Windows color (decimal): -16384254 or 196357. OLE color: 196357.
HSL color Cylindrical-coordinate representation of color #05FF02: hue angle of 119.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05FF02 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0 |
| HSL | 119.29º | 1% | 0.5% | - |
| HSV(B) | 119.29º | 0.99% | 1% | - |
| XYZ | 35.83 | 71.56 | 11.98 | - |
| YUV | 151.41 | 43.68 | 23.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 2 | 0.98 | 0 | 0.99 | 0 | 119.29 | 1 | 0.5 |
| Hex | 5 | FF | 2 | 62 | 0 | 63 | 0 | 77 | 64 | 32 |
| Octal | 5 | 377 | 2 | 142 | 0 | 143 | 0 | 167 | 144 | 62 |
| Binary | 101 | 11111111 | 10 | 1100010 | 0 | 1100011 | 0 | 1110111 | 1100100 | 110010 |
Color Harmonies of #05FF02
Complementary color
Monochromatic Colors of #05FF02
Black with #05FF02
Text Example
Text Example
White with #05FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF02; }
p { color: rgb(5,255,2); }
H1.HeaderClassName
{
color: #05FF02;
}
.AnyTagClassName
{
color: #05FF02;
}
</style>
background-color css
<style>
a { background-color: #05FF02; }
a { background-color: rgb(5,255,2); }
div.DivClassName
{
background-color: #05FF02;
}
.BgClassName
{
background-color: #05FF02;
}
</style>
border-color css
<style>
span { border-color: #05FF02; }
span { border-color: rgb(5,255,2); }
td.TdClassName
{
border-color: #05FF02;
}
.TagClassName
{
border-color: #05FF02;
}
</style>