Shades of Lime #05F902
Tints of Lime #05F902
RGB
CMYK
RGB Variations
Color information
#05F902 (or 0x05F902) is known color: Lime. HEX triplet: 05, F9 and 02. RGB value is (5,249,2). Sum of RGB (Red+Green+Blue) = 5+249+2=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 249 (97.66% from 255 or 97.27% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 249 - color contains mainly: green. Hex color #05F902 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F902 is #FA06FD. Grayscale: #949494. Windows color (decimal): -16385790 or 194821. OLE color: 194821.
HSL color Cylindrical-coordinate representation of color #05F902: hue angle of 119.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05F902 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.02 |
| HSL | 119.27º | 0.98% | 0.49% | - |
| HSV(B) | 119.27º | 0.99% | 0.98% | - |
| XYZ | 33.95 | 67.79 | 11.35 | - |
| YUV | 147.89 | 45.66 | 26.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 2 | 0.98 | 0 | 0.99 | 0.02 | 119.27 | 0.98 | 0.49 |
| Hex | 5 | F9 | 2 | 62 | 0 | 63 | 2 | 77 | 62 | 31 |
| Octal | 5 | 371 | 2 | 142 | 0 | 143 | 2 | 167 | 142 | 61 |
| Binary | 101 | 11111001 | 10 | 1100010 | 0 | 1100011 | 10 | 1110111 | 1100010 | 110001 |
Color Harmonies of #05F902
Complementary color
Monochromatic Colors of #05F902
Black with #05F902
Text Example
Text Example
White with #05F902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F902; }
p { color: rgb(5,249,2); }
H1.HeaderClassName
{
color: #05F902;
}
.AnyTagClassName
{
color: #05F902;
}
</style>
background-color css
<style>
a { background-color: #05F902; }
a { background-color: rgb(5,249,2); }
div.DivClassName
{
background-color: #05F902;
}
.BgClassName
{
background-color: #05F902;
}
</style>
border-color css
<style>
span { border-color: #05F902; }
span { border-color: rgb(5,249,2); }
td.TdClassName
{
border-color: #05F902;
}
.TagClassName
{
border-color: #05F902;
}
</style>