Shades of Lime Green #10D521
Tints of Lime Green #10D521
RGB
CMYK
RGB Variations
Color information
#10D521 (or 0x10D521) is known color: Lime Green. HEX triplet: 10, D5 and 21. RGB value is (16,213,33). Sum of RGB (Red+Green+Blue) = 16+213+33=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #10D521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D521 is #EF2ADE. Grayscale: #868686. Windows color (decimal): -15674079 or 2217232. OLE color: 2217232.
HSL color Cylindrical-coordinate representation of color #10D521: hue angle of 125.18º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D521 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 33 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.16 |
| HSL | 125.18º | 0.86% | 0.45% | - |
| HSV(B) | 125.18º | 0.92% | 0.84% | - |
| XYZ | 24.28 | 47.81 | 9.39 | - |
| YUV | 133.58 | 71.23 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 33 | 0.92 | 0 | 0.85 | 0.16 | 125.18 | 0.86 | 0.45 |
| Hex | 10 | D5 | 21 | 5C | 0 | 55 | 10 | 7D | 56 | 2D |
| Octal | 20 | 325 | 41 | 134 | 0 | 125 | 20 | 175 | 126 | 55 |
| Binary | 10000 | 11010101 | 100001 | 1011100 | 0 | 1010101 | 10000 | 1111101 | 1010110 | 101101 |
Color Harmonies of #10D521
Complementary color
Monochromatic Colors of #10D521
Black with #10D521
Text Example
Text Example
White with #10D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D521; }
p { color: rgb(16,213,33); }
H1.HeaderClassName
{
color: #10D521;
}
.AnyTagClassName
{
color: #10D521;
}
</style>
background-color css
<style>
a { background-color: #10D521; }
a { background-color: rgb(16,213,33); }
div.DivClassName
{
background-color: #10D521;
}
.BgClassName
{
background-color: #10D521;
}
</style>
border-color css
<style>
span { border-color: #10D521; }
span { border-color: rgb(16,213,33); }
td.TdClassName
{
border-color: #10D521;
}
.TagClassName
{
border-color: #10D521;
}
</style>