Shades of Lime Green #21B237
Tints of Lime Green #21B237
RGB
CMYK
RGB Variations
Color information
#21B237 (or 0x21B237) is known color: Lime Green. HEX triplet: 21, B2 and 37. RGB value is (33,178,55). Sum of RGB (Red+Green+Blue) = 33+178+55=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #21B237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B237 is #DE4DC8. Grayscale: #787878. Windows color (decimal): -14568905 or 3650081. OLE color: 3650081.
HSL color Cylindrical-coordinate representation of color #21B237: hue angle of 129.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B237 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 178 | 55 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.30 |
| HSL | 129.1º | 0.69% | 0.41% | - |
| HSV(B) | 129.1º | 0.81% | 0.7% | - |
| XYZ | 17.24 | 32.44 | 8.97 | - |
| YUV | 120.62 | 90.96 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 55 | 0.81 | 0 | 0.69 | 0.30 | 129.1 | 0.69 | 0.41 |
| Hex | 21 | B2 | 37 | 51 | 0 | 45 | 1E | 81 | 45 | 29 |
| Octal | 41 | 262 | 67 | 121 | 0 | 105 | 36 | 201 | 105 | 51 |
| Binary | 100001 | 10110010 | 110111 | 1010001 | 0 | 1000101 | 11110 | 10000001 | 1000101 | 101001 |
Color Harmonies of #21B237
Complementary color
Monochromatic Colors of #21B237
Black with #21B237
Text Example
Text Example
White with #21B237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B237; }
p { color: rgb(33,178,55); }
H1.HeaderClassName
{
color: #21B237;
}
.AnyTagClassName
{
color: #21B237;
}
</style>
background-color css
<style>
a { background-color: #21B237; }
a { background-color: rgb(33,178,55); }
div.DivClassName
{
background-color: #21B237;
}
.BgClassName
{
background-color: #21B237;
}
</style>
border-color css
<style>
span { border-color: #21B237; }
span { border-color: rgb(33,178,55); }
td.TdClassName
{
border-color: #21B237;
}
.TagClassName
{
border-color: #21B237;
}
</style>