Shades of Lime Green #34F329
Tints of Lime Green #34F329
RGB
CMYK
RGB Variations
Color information
#34F329 (or 0x34F329) is known color: Lime Green. HEX triplet: 34, F3 and 29. RGB value is (52,243,41). Sum of RGB (Red+Green+Blue) = 52+243+41=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #34F329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F329 is #CB0CD6. Grayscale: #A3A3A3. Windows color (decimal): -13307095 or 2749236. OLE color: 2749236.
HSL color Cylindrical-coordinate representation of color #34F329: hue angle of 116.73º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34F329 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 243 | 41 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.05 |
| HSL | 116.73º | 0.89% | 0.56% | - |
| HSV(B) | 116.73º | 0.83% | 0.95% | - |
| XYZ | 33.87 | 64.99 | 12.86 | - |
| YUV | 162.86 | 59.22 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 243 | 41 | 0.79 | 0 | 0.83 | 0.05 | 116.73 | 0.89 | 0.56 |
| Hex | 34 | F3 | 29 | 4F | 0 | 53 | 5 | 75 | 59 | 38 |
| Octal | 64 | 363 | 51 | 117 | 0 | 123 | 5 | 165 | 131 | 70 |
| Binary | 110100 | 11110011 | 101001 | 1001111 | 0 | 1010011 | 101 | 1110101 | 1011001 | 111000 |
Color Harmonies of #34F329
Complementary color
Monochromatic Colors of #34F329
Black with #34F329
Text Example
Text Example
White with #34F329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F329; }
p { color: rgb(52,243,41); }
H1.HeaderClassName
{
color: #34F329;
}
.AnyTagClassName
{
color: #34F329;
}
</style>
background-color css
<style>
a { background-color: #34F329; }
a { background-color: rgb(52,243,41); }
div.DivClassName
{
background-color: #34F329;
}
.BgClassName
{
background-color: #34F329;
}
</style>
border-color css
<style>
span { border-color: #34F329; }
span { border-color: rgb(52,243,41); }
td.TdClassName
{
border-color: #34F329;
}
.TagClassName
{
border-color: #34F329;
}
</style>