Shades of Lime Green #34AD33
Tints of Lime Green #34AD33
RGB
CMYK
RGB Variations
Color information
#34AD33 (or 0x34AD33) is known color: Lime Green. HEX triplet: 34, AD and 33. RGB value is (52,173,51). Sum of RGB (Red+Green+Blue) = 52+173+51=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 173 (67.97% from 255 or 62.68% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD33 is #CB52CC. Grayscale: #7B7B7B. Windows color (decimal): -13325005 or 3386676. OLE color: 3386676.
HSL color Cylindrical-coordinate representation of color #34AD33: hue angle of 119.51º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34AD33 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 51 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.32 |
| HSL | 119.51º | 0.54% | 0.44% | - |
| HSV(B) | 119.51º | 0.71% | 0.68% | - |
| XYZ | 16.96 | 30.86 | 8.19 | - |
| YUV | 122.91 | 87.41 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 51 | 0.70 | 0 | 0.71 | 0.32 | 119.51 | 0.54 | 0.44 |
| Hex | 34 | AD | 33 | 46 | 0 | 47 | 20 | 78 | 36 | 2C |
| Octal | 64 | 255 | 63 | 106 | 0 | 107 | 40 | 170 | 66 | 54 |
| Binary | 110100 | 10101101 | 110011 | 1000110 | 0 | 1000111 | 100000 | 1111000 | 110110 | 101100 |
Color Harmonies of #34AD33
Complementary color
Monochromatic Colors of #34AD33
Black with #34AD33
Text Example
Text Example
White with #34AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD33; }
p { color: rgb(52,173,51); }
H1.HeaderClassName
{
color: #34AD33;
}
.AnyTagClassName
{
color: #34AD33;
}
</style>
background-color css
<style>
a { background-color: #34AD33; }
a { background-color: rgb(52,173,51); }
div.DivClassName
{
background-color: #34AD33;
}
.BgClassName
{
background-color: #34AD33;
}
</style>
border-color css
<style>
span { border-color: #34AD33; }
span { border-color: rgb(52,173,51); }
td.TdClassName
{
border-color: #34AD33;
}
.TagClassName
{
border-color: #34AD33;
}
</style>