Shades of Lime Green #34DB21
Tints of Lime Green #34DB21
RGB
CMYK
RGB Variations
Color information
#34DB21 (or 0x34DB21) is known color: Lime Green. HEX triplet: 34, DB and 21. RGB value is (52,219,33). Sum of RGB (Red+Green+Blue) = 52+219+33=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DB21 is #CB24DE. Grayscale: #949494. Windows color (decimal): -13313247 or 2218804. OLE color: 2218804.
HSL color Cylindrical-coordinate representation of color #34DB21: hue angle of 113.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34DB21 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 33 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.14 |
| HSL | 113.87º | 0.74% | 0.49% | - |
| HSV(B) | 113.87º | 0.85% | 0.86% | - |
| XYZ | 27.02 | 51.5 | 9.96 | - |
| YUV | 147.86 | 63.17 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 33 | 0.76 | 0 | 0.85 | 0.14 | 113.87 | 0.74 | 0.49 |
| Hex | 34 | DB | 21 | 4C | 0 | 55 | E | 72 | 4A | 31 |
| Octal | 64 | 333 | 41 | 114 | 0 | 125 | 16 | 162 | 112 | 61 |
| Binary | 110100 | 11011011 | 100001 | 1001100 | 0 | 1010101 | 1110 | 1110010 | 1001010 | 110001 |
Color Harmonies of #34DB21
Complementary color
Monochromatic Colors of #34DB21
Black with #34DB21
Text Example
Text Example
White with #34DB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB21; }
p { color: rgb(52,219,33); }
H1.HeaderClassName
{
color: #34DB21;
}
.AnyTagClassName
{
color: #34DB21;
}
</style>
background-color css
<style>
a { background-color: #34DB21; }
a { background-color: rgb(52,219,33); }
div.DivClassName
{
background-color: #34DB21;
}
.BgClassName
{
background-color: #34DB21;
}
</style>
border-color css
<style>
span { border-color: #34DB21; }
span { border-color: rgb(52,219,33); }
td.TdClassName
{
border-color: #34DB21;
}
.TagClassName
{
border-color: #34DB21;
}
</style>