Shades of Lime #10FA02
Tints of Lime #10FA02
RGB
CMYK
RGB Variations
Color information
#10FA02 (or 0x10FA02) is known color: Lime. HEX triplet: 10, FA and 02. RGB value is (16,250,2). Sum of RGB (Red+Green+Blue) = 16+250+2=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 250 (98.05% from 255 or 93.28% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FA02 is #EF05FD. Grayscale: #989898. Windows color (decimal): -15664638 or 195088. OLE color: 195088.
HSL color Cylindrical-coordinate representation of color #10FA02: hue angle of 116.61º 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 #10FA02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.02 |
| HSL | 116.61º | 0.98% | 0.49% | - |
| HSV(B) | 116.61º | 0.99% | 0.98% | - |
| XYZ | 34.41 | 68.49 | 11.46 | - |
| YUV | 151.76 | 43.48 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 2 | 0.94 | 0 | 0.99 | 0.02 | 116.61 | 0.98 | 0.49 |
| Hex | 10 | FA | 2 | 5E | 0 | 63 | 2 | 75 | 62 | 31 |
| Octal | 20 | 372 | 2 | 136 | 0 | 143 | 2 | 165 | 142 | 61 |
| Binary | 10000 | 11111010 | 10 | 1011110 | 0 | 1100011 | 10 | 1110101 | 1100010 | 110001 |
Color Harmonies of #10FA02
Complementary color
Monochromatic Colors of #10FA02
Black with #10FA02
Text Example
Text Example
White with #10FA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA02; }
p { color: rgb(16,250,2); }
H1.HeaderClassName
{
color: #10FA02;
}
.AnyTagClassName
{
color: #10FA02;
}
</style>
background-color css
<style>
a { background-color: #10FA02; }
a { background-color: rgb(16,250,2); }
div.DivClassName
{
background-color: #10FA02;
}
.BgClassName
{
background-color: #10FA02;
}
</style>
border-color css
<style>
span { border-color: #10FA02; }
span { border-color: rgb(16,250,2); }
td.TdClassName
{
border-color: #10FA02;
}
.TagClassName
{
border-color: #10FA02;
}
</style>