Shades of Lime #05F502
Tints of Lime #05F502
RGB
CMYK
RGB Variations
Color information
#05F502 (or 0x05F502) is known color: Lime. HEX triplet: 05, F5 and 02. RGB value is (5,245,2). Sum of RGB (Red+Green+Blue) = 5+245+2=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 245 (96.09% from 255 or 97.22% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 245 - color contains mainly: green. Hex color #05F502 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F502 is #FA0AFD. Grayscale: #929292. Windows color (decimal): -16386814 or 193797. OLE color: 193797.
HSL color Cylindrical-coordinate representation of color #05F502: hue angle of 119.26º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05F502 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 245 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.04 |
| HSL | 119.26º | 0.98% | 0.48% | - |
| HSV(B) | 119.26º | 0.99% | 0.96% | - |
| XYZ | 32.73 | 65.34 | 10.94 | - |
| YUV | 145.54 | 46.99 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 245 | 2 | 0.98 | 0 | 0.99 | 0.04 | 119.26 | 0.98 | 0.48 |
| Hex | 5 | F5 | 2 | 62 | 0 | 63 | 4 | 77 | 62 | 30 |
| Octal | 5 | 365 | 2 | 142 | 0 | 143 | 4 | 167 | 142 | 60 |
| Binary | 101 | 11110101 | 10 | 1100010 | 0 | 1100011 | 100 | 1110111 | 1100010 | 110000 |
Color Harmonies of #05F502
Complementary color
Monochromatic Colors of #05F502
Black with #05F502
Text Example
Text Example
White with #05F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F502; }
p { color: rgb(5,245,2); }
H1.HeaderClassName
{
color: #05F502;
}
.AnyTagClassName
{
color: #05F502;
}
</style>
background-color css
<style>
a { background-color: #05F502; }
a { background-color: rgb(5,245,2); }
div.DivClassName
{
background-color: #05F502;
}
.BgClassName
{
background-color: #05F502;
}
</style>
border-color css
<style>
span { border-color: #05F502; }
span { border-color: rgb(5,245,2); }
td.TdClassName
{
border-color: #05F502;
}
.TagClassName
{
border-color: #05F502;
}
</style>