Shades of Lime #10FB02
Tints of Lime #10FB02
RGB
CMYK
RGB Variations
Color information
#10FB02 (or 0x10FB02) is known color: Lime. HEX triplet: 10, FB and 02. RGB value is (16,251,2). Sum of RGB (Red+Green+Blue) = 16+251+2=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 251 (98.44% from 255 or 93.31% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 251 - color contains mainly: green. Hex color #10FB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FB02 is #EF04FD. Grayscale: #999999. Windows color (decimal): -15664382 or 195344. OLE color: 195344.
HSL color Cylindrical-coordinate representation of color #10FB02: hue angle of 116.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10FB02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.02 |
| HSL | 116.63º | 0.98% | 0.5% | - |
| HSV(B) | 116.63º | 0.99% | 0.98% | - |
| XYZ | 34.72 | 69.11 | 11.57 | - |
| YUV | 152.35 | 43.14 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 2 | 0.94 | 0 | 0.99 | 0.02 | 116.63 | 0.98 | 0.5 |
| Hex | 10 | FB | 2 | 5E | 0 | 63 | 2 | 75 | 62 | 32 |
| Octal | 20 | 373 | 2 | 136 | 0 | 143 | 2 | 165 | 142 | 62 |
| Binary | 10000 | 11111011 | 10 | 1011110 | 0 | 1100011 | 10 | 1110101 | 1100010 | 110010 |
Color Harmonies of #10FB02
Complementary color
Monochromatic Colors of #10FB02
Black with #10FB02
Text Example
Text Example
White with #10FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FB02; }
p { color: rgb(16,251,2); }
H1.HeaderClassName
{
color: #10FB02;
}
.AnyTagClassName
{
color: #10FB02;
}
</style>
background-color css
<style>
a { background-color: #10FB02; }
a { background-color: rgb(16,251,2); }
div.DivClassName
{
background-color: #10FB02;
}
.BgClassName
{
background-color: #10FB02;
}
</style>
border-color css
<style>
span { border-color: #10FB02; }
span { border-color: rgb(16,251,2); }
td.TdClassName
{
border-color: #10FB02;
}
.TagClassName
{
border-color: #10FB02;
}
</style>