Shades of Lime Green #21B31C
Tints of Lime Green #21B31C
RGB
CMYK
RGB Variations
Color information
#21B31C (or 0x21B31C) is known color: Lime Green. HEX triplet: 21, B3 and 1C. RGB value is (33,179,28). Sum of RGB (Red+Green+Blue) = 33+179+28=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 179 (70.31% from 255 or 74.58% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 179 - color contains mainly: green. Hex color #21B31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B31C is #DE4CE3. Grayscale: #767676. Windows color (decimal): -14568676 or 1880865. OLE color: 1880865.
HSL color Cylindrical-coordinate representation of color #21B31C: hue angle of 118.01º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B31C is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 28 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.30 |
| HSL | 118.01º | 0.73% | 0.41% | - |
| HSV(B) | 118.01º | 0.84% | 0.7% | - |
| XYZ | 16.96 | 32.65 | 6.51 | - |
| YUV | 118.13 | 77.13 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 28 | 0.82 | 0 | 0.84 | 0.30 | 118.01 | 0.73 | 0.41 |
| Hex | 21 | B3 | 1C | 52 | 0 | 54 | 1E | 76 | 49 | 29 |
| Octal | 41 | 263 | 34 | 122 | 0 | 124 | 36 | 166 | 111 | 51 |
| Binary | 100001 | 10110011 | 11100 | 1010010 | 0 | 1010100 | 11110 | 1110110 | 1001001 | 101001 |
Color Harmonies of #21B31C
Complementary color
Monochromatic Colors of #21B31C
Black with #21B31C
Text Example
Text Example
White with #21B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B31C; }
p { color: rgb(33,179,28); }
H1.HeaderClassName
{
color: #21B31C;
}
.AnyTagClassName
{
color: #21B31C;
}
</style>
background-color css
<style>
a { background-color: #21B31C; }
a { background-color: rgb(33,179,28); }
div.DivClassName
{
background-color: #21B31C;
}
.BgClassName
{
background-color: #21B31C;
}
</style>
border-color css
<style>
span { border-color: #21B31C; }
span { border-color: rgb(33,179,28); }
td.TdClassName
{
border-color: #21B31C;
}
.TagClassName
{
border-color: #21B31C;
}
</style>