Shades of Lime Green #21B121
Tints of Lime Green #21B121
RGB
CMYK
RGB Variations
Color information
#21B121 (or 0x21B121) is known color: Lime Green. HEX triplet: 21, B1 and 21. RGB value is (33,177,33). Sum of RGB (Red+Green+Blue) = 33+177+33=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 177 (69.53% from 255 or 72.84% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 177 - color contains mainly: green. Hex color #21B121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B121 is #DE4EDE. Grayscale: #757575. Windows color (decimal): -14569183 or 2208033. OLE color: 2208033.
HSL color Cylindrical-coordinate representation of color #21B121: hue angle of 120º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B121 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 33 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.31 |
| HSL | 120º | 0.69% | 0.41% | - |
| HSV(B) | 120º | 0.81% | 0.69% | - |
| XYZ | 16.62 | 31.88 | 6.72 | - |
| YUV | 117.53 | 80.29 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 33 | 0.81 | 0 | 0.81 | 0.31 | 120 | 0.69 | 0.41 |
| Hex | 21 | B1 | 21 | 51 | 0 | 51 | 1F | 78 | 45 | 29 |
| Octal | 41 | 261 | 41 | 121 | 0 | 121 | 37 | 170 | 105 | 51 |
| Binary | 100001 | 10110001 | 100001 | 1010001 | 0 | 1010001 | 11111 | 1111000 | 1000101 | 101001 |
Color Harmonies of #21B121
Complementary color
Monochromatic Colors of #21B121
Black with #21B121
Text Example
Text Example
White with #21B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B121; }
p { color: rgb(33,177,33); }
H1.HeaderClassName
{
color: #21B121;
}
.AnyTagClassName
{
color: #21B121;
}
</style>
background-color css
<style>
a { background-color: #21B121; }
a { background-color: rgb(33,177,33); }
div.DivClassName
{
background-color: #21B121;
}
.BgClassName
{
background-color: #21B121;
}
</style>
border-color css
<style>
span { border-color: #21B121; }
span { border-color: rgb(33,177,33); }
td.TdClassName
{
border-color: #21B121;
}
.TagClassName
{
border-color: #21B121;
}
</style>