Shades of Lime Green #34BB24
Tints of Lime Green #34BB24
RGB
CMYK
RGB Variations
Color information
#34BB24 (or 0x34BB24) is known color: Lime Green. HEX triplet: 34, BB and 24. RGB value is (52,187,36). Sum of RGB (Red+Green+Blue) = 52+187+36=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 187 (73.44% from 255 or 68% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BB24 is #CB44DB. Grayscale: #818181. Windows color (decimal): -13321436 or 2407220. OLE color: 2407220.
HSL color Cylindrical-coordinate representation of color #34BB24: hue angle of 113.64º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34BB24 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 187 | 36 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.27 |
| HSL | 113.64º | 0.68% | 0.44% | - |
| HSV(B) | 113.64º | 0.81% | 0.73% | - |
| XYZ | 19.5 | 36.4 | 7.67 | - |
| YUV | 129.42 | 75.27 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 187 | 36 | 0.72 | 0 | 0.81 | 0.27 | 113.64 | 0.68 | 0.44 |
| Hex | 34 | BB | 24 | 48 | 0 | 51 | 1B | 72 | 44 | 2C |
| Octal | 64 | 273 | 44 | 110 | 0 | 121 | 33 | 162 | 104 | 54 |
| Binary | 110100 | 10111011 | 100100 | 1001000 | 0 | 1010001 | 11011 | 1110010 | 1000100 | 101100 |
Color Harmonies of #34BB24
Complementary color
Monochromatic Colors of #34BB24
Black with #34BB24
Text Example
Text Example
White with #34BB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BB24; }
p { color: rgb(52,187,36); }
H1.HeaderClassName
{
color: #34BB24;
}
.AnyTagClassName
{
color: #34BB24;
}
</style>
background-color css
<style>
a { background-color: #34BB24; }
a { background-color: rgb(52,187,36); }
div.DivClassName
{
background-color: #34BB24;
}
.BgClassName
{
background-color: #34BB24;
}
</style>
border-color css
<style>
span { border-color: #34BB24; }
span { border-color: rgb(52,187,36); }
td.TdClassName
{
border-color: #34BB24;
}
.TagClassName
{
border-color: #34BB24;
}
</style>