Shades of Lime #10FD02
Tints of Lime #10FD02
RGB
CMYK
RGB Variations
Color information
#10FD02 (or 0x10FD02) is known color: Lime. HEX triplet: 10, FD and 02. RGB value is (16,253,2). Sum of RGB (Red+Green+Blue) = 16+253+2=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 253 (99.22% from 255 or 93.36% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 253 - color contains mainly: green. Hex color #10FD02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FD02 is #EF02FD. Grayscale: #9A9A9A. Windows color (decimal): -15663870 or 195856. OLE color: 195856.
HSL color Cylindrical-coordinate representation of color #10FD02: hue angle of 116.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10FD02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 253 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.01 |
| HSL | 116.65º | 0.98% | 0.5% | - |
| HSV(B) | 116.65º | 0.99% | 0.99% | - |
| XYZ | 35.35 | 70.37 | 11.78 | - |
| YUV | 153.52 | 42.48 | 29.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 253 | 2 | 0.94 | 0 | 0.99 | 0.01 | 116.65 | 0.98 | 0.5 |
| Hex | 10 | FD | 2 | 5E | 0 | 63 | 1 | 75 | 62 | 32 |
| Octal | 20 | 375 | 2 | 136 | 0 | 143 | 1 | 165 | 142 | 62 |
| Binary | 10000 | 11111101 | 10 | 1011110 | 0 | 1100011 | 1 | 1110101 | 1100010 | 110010 |
Color Harmonies of #10FD02
Complementary color
Monochromatic Colors of #10FD02
Black with #10FD02
Text Example
Text Example
White with #10FD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FD02; }
p { color: rgb(16,253,2); }
H1.HeaderClassName
{
color: #10FD02;
}
.AnyTagClassName
{
color: #10FD02;
}
</style>
background-color css
<style>
a { background-color: #10FD02; }
a { background-color: rgb(16,253,2); }
div.DivClassName
{
background-color: #10FD02;
}
.BgClassName
{
background-color: #10FD02;
}
</style>
border-color css
<style>
span { border-color: #10FD02; }
span { border-color: rgb(16,253,2); }
td.TdClassName
{
border-color: #10FD02;
}
.TagClassName
{
border-color: #10FD02;
}
</style>