Shades of Lime Green #21B42B
Tints of Lime Green #21B42B
RGB
CMYK
RGB Variations
Color information
#21B42B (or 0x21B42B) is known color: Lime Green. HEX triplet: 21, B4 and 2B. RGB value is (33,180,43). Sum of RGB (Red+Green+Blue) = 33+180+43=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #21B42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B42B is #DE4BD4. Grayscale: #787878. Windows color (decimal): -14568405 or 2864161. OLE color: 2864161.
HSL color Cylindrical-coordinate representation of color #21B42B: hue angle of 124.08º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B42B is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 180 | 43 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.29 |
| HSL | 124.08º | 0.69% | 0.42% | - |
| HSV(B) | 124.08º | 0.82% | 0.71% | - |
| XYZ | 17.38 | 33.14 | 7.77 | - |
| YUV | 120.43 | 84.3 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 43 | 0.82 | 0 | 0.76 | 0.29 | 124.08 | 0.69 | 0.42 |
| Hex | 21 | B4 | 2B | 52 | 0 | 4C | 1D | 7C | 45 | 2A |
| Octal | 41 | 264 | 53 | 122 | 0 | 114 | 35 | 174 | 105 | 52 |
| Binary | 100001 | 10110100 | 101011 | 1010010 | 0 | 1001100 | 11101 | 1111100 | 1000101 | 101010 |
Color Harmonies of #21B42B
Complementary color
Monochromatic Colors of #21B42B
Black with #21B42B
Text Example
Text Example
White with #21B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B42B; }
p { color: rgb(33,180,43); }
H1.HeaderClassName
{
color: #21B42B;
}
.AnyTagClassName
{
color: #21B42B;
}
</style>
background-color css
<style>
a { background-color: #21B42B; }
a { background-color: rgb(33,180,43); }
div.DivClassName
{
background-color: #21B42B;
}
.BgClassName
{
background-color: #21B42B;
}
</style>
border-color css
<style>
span { border-color: #21B42B; }
span { border-color: rgb(33,180,43); }
td.TdClassName
{
border-color: #21B42B;
}
.TagClassName
{
border-color: #21B42B;
}
</style>