Shades of Lime Green #21EE34
Tints of Lime Green #21EE34
RGB
CMYK
RGB Variations
Color information
#21EE34 (or 0x21EE34) is known color: Lime Green. HEX triplet: 21, EE and 34. RGB value is (33,238,52). Sum of RGB (Red+Green+Blue) = 33+238+52=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 238 (93.36% from 255 or 73.68% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EE34 is #DE11CB. Grayscale: #9C9C9C. Windows color (decimal): -14553548 or 3468833. OLE color: 3468833.
HSL color Cylindrical-coordinate representation of color #21EE34: hue angle of 125.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EE34 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 52 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.07 |
| HSL | 125.56º | 0.86% | 0.53% | - |
| HSV(B) | 125.56º | 0.86% | 0.93% | - |
| XYZ | 31.82 | 61.72 | 13.48 | - |
| YUV | 155.5 | 69.58 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 52 | 0.86 | 0 | 0.78 | 0.07 | 125.56 | 0.86 | 0.53 |
| Hex | 21 | EE | 34 | 56 | 0 | 4E | 7 | 7E | 56 | 35 |
| Octal | 41 | 356 | 64 | 126 | 0 | 116 | 7 | 176 | 126 | 65 |
| Binary | 100001 | 11101110 | 110100 | 1010110 | 0 | 1001110 | 111 | 1111110 | 1010110 | 110101 |
Color Harmonies of #21EE34
Complementary color
Monochromatic Colors of #21EE34
Black with #21EE34
Text Example
Text Example
White with #21EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE34; }
p { color: rgb(33,238,52); }
H1.HeaderClassName
{
color: #21EE34;
}
.AnyTagClassName
{
color: #21EE34;
}
</style>
background-color css
<style>
a { background-color: #21EE34; }
a { background-color: rgb(33,238,52); }
div.DivClassName
{
background-color: #21EE34;
}
.BgClassName
{
background-color: #21EE34;
}
</style>
border-color css
<style>
span { border-color: #21EE34; }
span { border-color: rgb(33,238,52); }
td.TdClassName
{
border-color: #21EE34;
}
.TagClassName
{
border-color: #21EE34;
}
</style>