Shades of Lime Green #21AF30
Tints of Lime Green #21AF30
RGB
CMYK
RGB Variations
Color information
#21AF30 (or 0x21AF30) is known color: Lime Green. HEX triplet: 21, AF and 30. RGB value is (33,175,48). Sum of RGB (Red+Green+Blue) = 33+175+48=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AF30 is #DE50CF. Grayscale: #767676. Windows color (decimal): -14569680 or 3190561. OLE color: 3190561.
HSL color Cylindrical-coordinate representation of color #21AF30: hue angle of 126.34º degrees, saturation: 0.68, 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 #21AF30 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 48 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.31 |
| HSL | 126.34º | 0.68% | 0.41% | - |
| HSV(B) | 126.34º | 0.81% | 0.69% | - |
| XYZ | 16.49 | 31.2 | 7.95 | - |
| YUV | 118.06 | 88.46 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 48 | 0.81 | 0 | 0.73 | 0.31 | 126.34 | 0.68 | 0.41 |
| Hex | 21 | AF | 30 | 51 | 0 | 49 | 1F | 7E | 44 | 29 |
| Octal | 41 | 257 | 60 | 121 | 0 | 111 | 37 | 176 | 104 | 51 |
| Binary | 100001 | 10101111 | 110000 | 1010001 | 0 | 1001001 | 11111 | 1111110 | 1000100 | 101001 |
Color Harmonies of #21AF30
Complementary color
Monochromatic Colors of #21AF30
Black with #21AF30
Text Example
Text Example
White with #21AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF30; }
p { color: rgb(33,175,48); }
H1.HeaderClassName
{
color: #21AF30;
}
.AnyTagClassName
{
color: #21AF30;
}
</style>
background-color css
<style>
a { background-color: #21AF30; }
a { background-color: rgb(33,175,48); }
div.DivClassName
{
background-color: #21AF30;
}
.BgClassName
{
background-color: #21AF30;
}
</style>
border-color css
<style>
span { border-color: #21AF30; }
span { border-color: rgb(33,175,48); }
td.TdClassName
{
border-color: #21AF30;
}
.TagClassName
{
border-color: #21AF30;
}
</style>