Shades of Lime Green #21F336
Tints of Lime Green #21F336
RGB
CMYK
RGB Variations
Color information
#21F336 (or 0x21F336) is known color: Lime Green. HEX triplet: 21, F3 and 36. RGB value is (33,243,54). Sum of RGB (Red+Green+Blue) = 33+243+54=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #21F336 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F336 is #DE0CC9. Grayscale: #9F9F9F. Windows color (decimal): -14552266 or 3601185. OLE color: 3601185.
HSL color Cylindrical-coordinate representation of color #21F336: hue angle of 126º degrees, saturation: 0.9, 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 #21F336 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 54 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.05 |
| HSL | 126º | 0.9% | 0.54% | - |
| HSV(B) | 126º | 0.86% | 0.95% | - |
| XYZ | 33.34 | 64.69 | 14.22 | - |
| YUV | 158.66 | 68.93 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 54 | 0.86 | 0 | 0.78 | 0.05 | 126 | 0.9 | 0.54 |
| Hex | 21 | F3 | 36 | 56 | 0 | 4E | 5 | 7E | 5A | 36 |
| Octal | 41 | 363 | 66 | 126 | 0 | 116 | 5 | 176 | 132 | 66 |
| Binary | 100001 | 11110011 | 110110 | 1010110 | 0 | 1001110 | 101 | 1111110 | 1011010 | 110110 |
Color Harmonies of #21F336
Complementary color
Monochromatic Colors of #21F336
Black with #21F336
Text Example
Text Example
White with #21F336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F336; }
p { color: rgb(33,243,54); }
H1.HeaderClassName
{
color: #21F336;
}
.AnyTagClassName
{
color: #21F336;
}
</style>
background-color css
<style>
a { background-color: #21F336; }
a { background-color: rgb(33,243,54); }
div.DivClassName
{
background-color: #21F336;
}
.BgClassName
{
background-color: #21F336;
}
</style>
border-color css
<style>
span { border-color: #21F336; }
span { border-color: rgb(33,243,54); }
td.TdClassName
{
border-color: #21F336;
}
.TagClassName
{
border-color: #21F336;
}
</style>