Shades of Lime Green #21B136
Tints of Lime Green #21B136
RGB
CMYK
RGB Variations
Color information
#21B136 (or 0x21B136) is known color: Lime Green. HEX triplet: 21, B1 and 36. RGB value is (33,177,54). Sum of RGB (Red+Green+Blue) = 33+177+54=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 177 (69.53% from 255 or 67.05% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 177 - color contains mainly: green. Hex color #21B136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B136 is #DE4EC9. Grayscale: #787878. Windows color (decimal): -14569162 or 3584289. OLE color: 3584289.
HSL color Cylindrical-coordinate representation of color #21B136: hue angle of 128.75º 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 #21B136 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 54 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.31 |
| HSL | 128.75º | 0.69% | 0.41% | - |
| HSV(B) | 128.75º | 0.81% | 0.69% | - |
| XYZ | 17.02 | 32.03 | 8.78 | - |
| YUV | 119.92 | 90.79 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 54 | 0.81 | 0 | 0.69 | 0.31 | 128.75 | 0.69 | 0.41 |
| Hex | 21 | B1 | 36 | 51 | 0 | 45 | 1F | 81 | 45 | 29 |
| Octal | 41 | 261 | 66 | 121 | 0 | 105 | 37 | 201 | 105 | 51 |
| Binary | 100001 | 10110001 | 110110 | 1010001 | 0 | 1000101 | 11111 | 10000001 | 1000101 | 101001 |
Color Harmonies of #21B136
Complementary color
Monochromatic Colors of #21B136
Black with #21B136
Text Example
Text Example
White with #21B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B136; }
p { color: rgb(33,177,54); }
H1.HeaderClassName
{
color: #21B136;
}
.AnyTagClassName
{
color: #21B136;
}
</style>
background-color css
<style>
a { background-color: #21B136; }
a { background-color: rgb(33,177,54); }
div.DivClassName
{
background-color: #21B136;
}
.BgClassName
{
background-color: #21B136;
}
</style>
border-color css
<style>
span { border-color: #21B136; }
span { border-color: rgb(33,177,54); }
td.TdClassName
{
border-color: #21B136;
}
.TagClassName
{
border-color: #21B136;
}
</style>