Shades of Lime Green #21B22C
Tints of Lime Green #21B22C
RGB
CMYK
RGB Variations
Color information
#21B22C (or 0x21B22C) is known color: Lime Green. HEX triplet: 21, B2 and 2C. RGB value is (33,178,44). Sum of RGB (Red+Green+Blue) = 33+178+44=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 178 (69.92% from 255 or 69.80% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 178 - color contains mainly: green. Hex color #21B22C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B22C is #DE4DD3. Grayscale: #777777. Windows color (decimal): -14568916 or 2929185. OLE color: 2929185.
HSL color Cylindrical-coordinate representation of color #21B22C: hue angle of 124.55º 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 #21B22C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 178 | 44 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.30 |
| HSL | 124.55º | 0.69% | 0.41% | - |
| HSV(B) | 124.55º | 0.81% | 0.7% | - |
| XYZ | 17 | 32.35 | 7.73 | - |
| YUV | 119.37 | 85.46 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 44 | 0.81 | 0 | 0.75 | 0.30 | 124.55 | 0.69 | 0.41 |
| Hex | 21 | B2 | 2C | 51 | 0 | 4B | 1E | 7D | 45 | 29 |
| Octal | 41 | 262 | 54 | 121 | 0 | 113 | 36 | 175 | 105 | 51 |
| Binary | 100001 | 10110010 | 101100 | 1010001 | 0 | 1001011 | 11110 | 1111101 | 1000101 | 101001 |
Color Harmonies of #21B22C
Complementary color
Monochromatic Colors of #21B22C
Black with #21B22C
Text Example
Text Example
White with #21B22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B22C; }
p { color: rgb(33,178,44); }
H1.HeaderClassName
{
color: #21B22C;
}
.AnyTagClassName
{
color: #21B22C;
}
</style>
background-color css
<style>
a { background-color: #21B22C; }
a { background-color: rgb(33,178,44); }
div.DivClassName
{
background-color: #21B22C;
}
.BgClassName
{
background-color: #21B22C;
}
</style>
border-color css
<style>
span { border-color: #21B22C; }
span { border-color: rgb(33,178,44); }
td.TdClassName
{
border-color: #21B22C;
}
.TagClassName
{
border-color: #21B22C;
}
</style>