Shades of Lime Green #21D927
Tints of Lime Green #21D927
RGB
CMYK
RGB Variations
Color information
#21D927 (or 0x21D927) is known color: Lime Green. HEX triplet: 21, D9 and 27. RGB value is (33,217,39). Sum of RGB (Red+Green+Blue) = 33+217+39=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 217 (85.16% from 255 or 75.09% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 217 - color contains mainly: green. Hex color #21D927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D927 is #DE26D8. Grayscale: #8E8E8E. Windows color (decimal): -14558937 or 2611489. OLE color: 2611489.
HSL color Cylindrical-coordinate representation of color #21D927: hue angle of 121.96º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D927 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 39 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.15 |
| HSL | 121.96º | 0.74% | 0.49% | - |
| HSV(B) | 121.96º | 0.85% | 0.85% | - |
| XYZ | 25.81 | 50.1 | 10.23 | - |
| YUV | 141.69 | 70.04 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 39 | 0.85 | 0 | 0.82 | 0.15 | 121.96 | 0.74 | 0.49 |
| Hex | 21 | D9 | 27 | 55 | 0 | 52 | F | 7A | 4A | 31 |
| Octal | 41 | 331 | 47 | 125 | 0 | 122 | 17 | 172 | 112 | 61 |
| Binary | 100001 | 11011001 | 100111 | 1010101 | 0 | 1010010 | 1111 | 1111010 | 1001010 | 110001 |
Color Harmonies of #21D927
Complementary color
Monochromatic Colors of #21D927
Black with #21D927
Text Example
Text Example
White with #21D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D927; }
p { color: rgb(33,217,39); }
H1.HeaderClassName
{
color: #21D927;
}
.AnyTagClassName
{
color: #21D927;
}
</style>
background-color css
<style>
a { background-color: #21D927; }
a { background-color: rgb(33,217,39); }
div.DivClassName
{
background-color: #21D927;
}
.BgClassName
{
background-color: #21D927;
}
</style>
border-color css
<style>
span { border-color: #21D927; }
span { border-color: rgb(33,217,39); }
td.TdClassName
{
border-color: #21D927;
}
.TagClassName
{
border-color: #21D927;
}
</style>