Shades of Lime Green #34AF29
Tints of Lime Green #34AF29
RGB
CMYK
RGB Variations
Color information
#34AF29 (or 0x34AF29) is known color: Lime Green. HEX triplet: 34, AF and 29. RGB value is (52,175,41). Sum of RGB (Red+Green+Blue) = 52+175+41=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 175 (68.75% from 255 or 65.30% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF29 is #CB50D6. Grayscale: #7B7B7B. Windows color (decimal): -13324503 or 2731828. OLE color: 2731828.
HSL color Cylindrical-coordinate representation of color #34AF29: hue angle of 115.07º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34AF29 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 41 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.31 |
| HSL | 115.07º | 0.62% | 0.42% | - |
| HSV(B) | 115.07º | 0.77% | 0.69% | - |
| XYZ | 17.15 | 31.55 | 7.28 | - |
| YUV | 122.95 | 81.75 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 41 | 0.70 | 0 | 0.77 | 0.31 | 115.07 | 0.62 | 0.42 |
| Hex | 34 | AF | 29 | 46 | 0 | 4D | 1F | 73 | 3E | 2A |
| Octal | 64 | 257 | 51 | 106 | 0 | 115 | 37 | 163 | 76 | 52 |
| Binary | 110100 | 10101111 | 101001 | 1000110 | 0 | 1001101 | 11111 | 1110011 | 111110 | 101010 |
Color Harmonies of #34AF29
Complementary color
Monochromatic Colors of #34AF29
Black with #34AF29
Text Example
Text Example
White with #34AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF29; }
p { color: rgb(52,175,41); }
H1.HeaderClassName
{
color: #34AF29;
}
.AnyTagClassName
{
color: #34AF29;
}
</style>
background-color css
<style>
a { background-color: #34AF29; }
a { background-color: rgb(52,175,41); }
div.DivClassName
{
background-color: #34AF29;
}
.BgClassName
{
background-color: #34AF29;
}
</style>
border-color css
<style>
span { border-color: #34AF29; }
span { border-color: rgb(52,175,41); }
td.TdClassName
{
border-color: #34AF29;
}
.TagClassName
{
border-color: #34AF29;
}
</style>