Shades of Lime Green #34DD23
Tints of Lime Green #34DD23
RGB
CMYK
RGB Variations
Color information
#34DD23 (or 0x34DD23) is known color: Lime Green. HEX triplet: 34, DD and 23. RGB value is (52,221,35). Sum of RGB (Red+Green+Blue) = 52+221+35=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 221 (86.72% from 255 or 71.75% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DD23 is #CB22DC. Grayscale: #959595. Windows color (decimal): -13312733 or 2350388. OLE color: 2350388.
HSL color Cylindrical-coordinate representation of color #34DD23: hue angle of 114.52º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34DD23 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 35 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.13 |
| HSL | 114.52º | 0.73% | 0.5% | - |
| HSV(B) | 114.52º | 0.84% | 0.87% | - |
| XYZ | 27.58 | 52.56 | 10.28 | - |
| YUV | 149.27 | 63.51 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 35 | 0.76 | 0 | 0.84 | 0.13 | 114.52 | 0.73 | 0.5 |
| Hex | 34 | DD | 23 | 4C | 0 | 54 | D | 73 | 49 | 32 |
| Octal | 64 | 335 | 43 | 114 | 0 | 124 | 15 | 163 | 111 | 62 |
| Binary | 110100 | 11011101 | 100011 | 1001100 | 0 | 1010100 | 1101 | 1110011 | 1001001 | 110010 |
Color Harmonies of #34DD23
Complementary color
Monochromatic Colors of #34DD23
Black with #34DD23
Text Example
Text Example
White with #34DD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD23; }
p { color: rgb(52,221,35); }
H1.HeaderClassName
{
color: #34DD23;
}
.AnyTagClassName
{
color: #34DD23;
}
</style>
background-color css
<style>
a { background-color: #34DD23; }
a { background-color: rgb(52,221,35); }
div.DivClassName
{
background-color: #34DD23;
}
.BgClassName
{
background-color: #34DD23;
}
</style>
border-color css
<style>
span { border-color: #34DD23; }
span { border-color: rgb(52,221,35); }
td.TdClassName
{
border-color: #34DD23;
}
.TagClassName
{
border-color: #34DD23;
}
</style>