Shades of Lime Green #21F238
Tints of Lime Green #21F238
RGB
CMYK
RGB Variations
Color information
#21F238 (or 0x21F238) is known color: Lime Green. HEX triplet: 21, F2 and 38. RGB value is (33,242,56). Sum of RGB (Red+Green+Blue) = 33+242+56=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #21F238 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F238 is #DE0DC7. Grayscale: #9E9E9E. Windows color (decimal): -14552520 or 3732001. OLE color: 3732001.
HSL color Cylindrical-coordinate representation of color #21F238: hue angle of 126.6º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F238 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 56 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.05 |
| HSL | 126.6º | 0.89% | 0.54% | - |
| HSV(B) | 126.6º | 0.86% | 0.95% | - |
| XYZ | 33.09 | 64.11 | 14.37 | - |
| YUV | 158.31 | 70.26 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 56 | 0.86 | 0 | 0.77 | 0.05 | 126.6 | 0.89 | 0.54 |
| Hex | 21 | F2 | 38 | 56 | 0 | 4D | 5 | 7F | 59 | 36 |
| Octal | 41 | 362 | 70 | 126 | 0 | 115 | 5 | 177 | 131 | 66 |
| Binary | 100001 | 11110010 | 111000 | 1010110 | 0 | 1001101 | 101 | 1111111 | 1011001 | 110110 |
Color Harmonies of #21F238
Complementary color
Monochromatic Colors of #21F238
Black with #21F238
Text Example
Text Example
White with #21F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F238; }
p { color: rgb(33,242,56); }
H1.HeaderClassName
{
color: #21F238;
}
.AnyTagClassName
{
color: #21F238;
}
</style>
background-color css
<style>
a { background-color: #21F238; }
a { background-color: rgb(33,242,56); }
div.DivClassName
{
background-color: #21F238;
}
.BgClassName
{
background-color: #21F238;
}
</style>
border-color css
<style>
span { border-color: #21F238; }
span { border-color: rgb(33,242,56); }
td.TdClassName
{
border-color: #21F238;
}
.TagClassName
{
border-color: #21F238;
}
</style>