Shades of Lime Green #21E738
Tints of Lime Green #21E738
RGB
CMYK
RGB Variations
Color information
#21E738 (or 0x21E738) is known color: Lime Green. HEX triplet: 21, E7 and 38. RGB value is (33,231,56). Sum of RGB (Red+Green+Blue) = 33+231+56=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 231 (90.62% from 255 or 72.19% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 231 - color contains mainly: green. Hex color #21E738 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E738 is #DE18C7. Grayscale: #989898. Windows color (decimal): -14555336 or 3729185. OLE color: 3729185.
HSL color Cylindrical-coordinate representation of color #21E738: hue angle of 126.97º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E738 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 56 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.09 |
| HSL | 126.97º | 0.8% | 0.52% | - |
| HSV(B) | 126.97º | 0.86% | 0.91% | - |
| XYZ | 29.92 | 57.76 | 13.31 | - |
| YUV | 151.85 | 73.9 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 56 | 0.86 | 0 | 0.76 | 0.09 | 126.97 | 0.8 | 0.52 |
| Hex | 21 | E7 | 38 | 56 | 0 | 4C | 9 | 7F | 50 | 34 |
| Octal | 41 | 347 | 70 | 126 | 0 | 114 | 11 | 177 | 120 | 64 |
| Binary | 100001 | 11100111 | 111000 | 1010110 | 0 | 1001100 | 1001 | 1111111 | 1010000 | 110100 |
Color Harmonies of #21E738
Complementary color
Monochromatic Colors of #21E738
Black with #21E738
Text Example
Text Example
White with #21E738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E738; }
p { color: rgb(33,231,56); }
H1.HeaderClassName
{
color: #21E738;
}
.AnyTagClassName
{
color: #21E738;
}
</style>
background-color css
<style>
a { background-color: #21E738; }
a { background-color: rgb(33,231,56); }
div.DivClassName
{
background-color: #21E738;
}
.BgClassName
{
background-color: #21E738;
}
</style>
border-color css
<style>
span { border-color: #21E738; }
span { border-color: rgb(33,231,56); }
td.TdClassName
{
border-color: #21E738;
}
.TagClassName
{
border-color: #21E738;
}
</style>