Shades of Lime #10FA01
Tints of Lime #10FA01
RGB
CMYK
RGB Variations
Color information
#10FA01 (or 0x10FA01) is known color: Lime. HEX triplet: 10, FA and 01. RGB value is (16,250,1). Sum of RGB (Red+Green+Blue) = 16+250+1=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 250 (98.05% from 255 or 93.63% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FA01 is #EF05FE. Grayscale: #989898. Windows color (decimal): -15664639 or 129552. OLE color: 129552.
HSL color Cylindrical-coordinate representation of color #10FA01: hue angle of 116.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10FA01 is Cyan = 0.94, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 1 | - |
| CMYK | 0.94 | 0 | 1.00 | 0.02 |
| HSL | 116.39º | 0.99% | 0.49% | - |
| HSV(B) | 116.39º | 1% | 0.98% | - |
| XYZ | 34.4 | 68.48 | 11.43 | - |
| YUV | 151.65 | 42.98 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 1 | 0.94 | 0 | 1.00 | 0.02 | 116.39 | 0.99 | 0.49 |
| Hex | 10 | FA | 1 | 5E | 0 | 64 | 2 | 74 | 63 | 31 |
| Octal | 20 | 372 | 1 | 136 | 0 | 144 | 2 | 164 | 143 | 61 |
| Binary | 10000 | 11111010 | 1 | 1011110 | 0 | 1100100 | 10 | 1110100 | 1100011 | 110001 |
Color Harmonies of #10FA01
Complementary color
Monochromatic Colors of #10FA01
Black with #10FA01
Text Example
Text Example
White with #10FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA01; }
p { color: rgb(16,250,1); }
H1.HeaderClassName
{
color: #10FA01;
}
.AnyTagClassName
{
color: #10FA01;
}
</style>
background-color css
<style>
a { background-color: #10FA01; }
a { background-color: rgb(16,250,1); }
div.DivClassName
{
background-color: #10FA01;
}
.BgClassName
{
background-color: #10FA01;
}
</style>
border-color css
<style>
span { border-color: #10FA01; }
span { border-color: rgb(16,250,1); }
td.TdClassName
{
border-color: #10FA01;
}
.TagClassName
{
border-color: #10FA01;
}
</style>