Shades of Lime #10FC01
Tints of Lime #10FC01
RGB
CMYK
RGB Variations
Color information
#10FC01 (or 0x10FC01) is known color: Lime. HEX triplet: 10, FC and 01. RGB value is (16,252,1). Sum of RGB (Red+Green+Blue) = 16+252+1=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 252 (98.83% from 255 or 93.68% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FC01 is #EF03FE. Grayscale: #999999. Windows color (decimal): -15664127 or 130064. OLE color: 130064.
HSL color Cylindrical-coordinate representation of color #10FC01: hue angle of 116.41º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10FC01 is Cyan = 0.94, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 1 | - |
| CMYK | 0.94 | 0 | 1.00 | 0.01 |
| HSL | 116.41º | 0.99% | 0.5% | - |
| HSV(B) | 116.41º | 1% | 0.99% | - |
| XYZ | 35.03 | 69.73 | 11.64 | - |
| YUV | 152.82 | 42.31 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 1 | 0.94 | 0 | 1.00 | 0.01 | 116.41 | 0.99 | 0.5 |
| Hex | 10 | FC | 1 | 5E | 0 | 64 | 1 | 74 | 63 | 32 |
| Octal | 20 | 374 | 1 | 136 | 0 | 144 | 1 | 164 | 143 | 62 |
| Binary | 10000 | 11111100 | 1 | 1011110 | 0 | 1100100 | 1 | 1110100 | 1100011 | 110010 |
Color Harmonies of #10FC01
Complementary color
Monochromatic Colors of #10FC01
Black with #10FC01
Text Example
Text Example
White with #10FC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FC01; }
p { color: rgb(16,252,1); }
H1.HeaderClassName
{
color: #10FC01;
}
.AnyTagClassName
{
color: #10FC01;
}
</style>
background-color css
<style>
a { background-color: #10FC01; }
a { background-color: rgb(16,252,1); }
div.DivClassName
{
background-color: #10FC01;
}
.BgClassName
{
background-color: #10FC01;
}
</style>
border-color css
<style>
span { border-color: #10FC01; }
span { border-color: rgb(16,252,1); }
td.TdClassName
{
border-color: #10FC01;
}
.TagClassName
{
border-color: #10FC01;
}
</style>