Shades of Lime Green #34D021
Tints of Lime Green #34D021
RGB
CMYK
RGB Variations
Color information
#34D021 (or 0x34D021) is known color: Lime Green. HEX triplet: 34, D0 and 21. RGB value is (52,208,33). Sum of RGB (Red+Green+Blue) = 52+208+33=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 208 (81.64% from 255 or 70.99% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 208 - color contains mainly: green. Hex color #34D021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D021 is #CB2FDE. Grayscale: #8D8D8D. Windows color (decimal): -13316063 or 2215988. OLE color: 2215988.
HSL color Cylindrical-coordinate representation of color #34D021: hue angle of 113.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34D021 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 33 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.18 |
| HSL | 113.49º | 0.73% | 0.47% | - |
| HSV(B) | 113.49º | 0.84% | 0.82% | - |
| XYZ | 24.25 | 45.95 | 9.03 | - |
| YUV | 141.41 | 66.82 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 33 | 0.75 | 0 | 0.84 | 0.18 | 113.49 | 0.73 | 0.47 |
| Hex | 34 | D0 | 21 | 4B | 0 | 54 | 12 | 71 | 49 | 2F |
| Octal | 64 | 320 | 41 | 113 | 0 | 124 | 22 | 161 | 111 | 57 |
| Binary | 110100 | 11010000 | 100001 | 1001011 | 0 | 1010100 | 10010 | 1110001 | 1001001 | 101111 |
Color Harmonies of #34D021
Complementary color
Monochromatic Colors of #34D021
Black with #34D021
Text Example
Text Example
White with #34D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D021; }
p { color: rgb(52,208,33); }
H1.HeaderClassName
{
color: #34D021;
}
.AnyTagClassName
{
color: #34D021;
}
</style>
background-color css
<style>
a { background-color: #34D021; }
a { background-color: rgb(52,208,33); }
div.DivClassName
{
background-color: #34D021;
}
.BgClassName
{
background-color: #34D021;
}
</style>
border-color css
<style>
span { border-color: #34D021; }
span { border-color: rgb(52,208,33); }
td.TdClassName
{
border-color: #34D021;
}
.TagClassName
{
border-color: #34D021;
}
</style>