Shades of Lime Green #21D41E
Tints of Lime Green #21D41E
RGB
CMYK
RGB Variations
Color information
#21D41E (or 0x21D41E) is known color: Lime Green. HEX triplet: 21, D4 and 1E. RGB value is (33,212,30). Sum of RGB (Red+Green+Blue) = 33+212+30=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 212 (83.20% from 255 or 77.09% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 212 - color contains mainly: green. Hex color #21D41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D41E is #DE2BE1. Grayscale: #8A8A8A. Windows color (decimal): -14560226 or 2020385. OLE color: 2020385.
HSL color Cylindrical-coordinate representation of color #21D41E: hue angle of 119.01º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21D41E is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 30 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.17 |
| HSL | 119.01º | 0.75% | 0.47% | - |
| HSV(B) | 119.01º | 0.86% | 0.83% | - |
| XYZ | 24.41 | 47.5 | 9.11 | - |
| YUV | 137.73 | 67.2 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 30 | 0.84 | 0 | 0.86 | 0.17 | 119.01 | 0.75 | 0.47 |
| Hex | 21 | D4 | 1E | 54 | 0 | 56 | 11 | 77 | 4B | 2F |
| Octal | 41 | 324 | 36 | 124 | 0 | 126 | 21 | 167 | 113 | 57 |
| Binary | 100001 | 11010100 | 11110 | 1010100 | 0 | 1010110 | 10001 | 1110111 | 1001011 | 101111 |
Color Harmonies of #21D41E
Complementary color
Monochromatic Colors of #21D41E
Black with #21D41E
Text Example
Text Example
White with #21D41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D41E; }
p { color: rgb(33,212,30); }
H1.HeaderClassName
{
color: #21D41E;
}
.AnyTagClassName
{
color: #21D41E;
}
</style>
background-color css
<style>
a { background-color: #21D41E; }
a { background-color: rgb(33,212,30); }
div.DivClassName
{
background-color: #21D41E;
}
.BgClassName
{
background-color: #21D41E;
}
</style>
border-color css
<style>
span { border-color: #21D41E; }
span { border-color: rgb(33,212,30); }
td.TdClassName
{
border-color: #21D41E;
}
.TagClassName
{
border-color: #21D41E;
}
</style>