Shades of Lime Green #34BB28
Tints of Lime Green #34BB28
RGB
CMYK
RGB Variations
Color information
#34BB28 (or 0x34BB28) is known color: Lime Green. HEX triplet: 34, BB and 28. RGB value is (52,187,40). Sum of RGB (Red+Green+Blue) = 52+187+40=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 187 (73.44% from 255 or 67.03% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BB28 is #CB44D7. Grayscale: #828282. Windows color (decimal): -13321432 or 2669364. OLE color: 2669364.
HSL color Cylindrical-coordinate representation of color #34BB28: hue angle of 115.1º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34BB28 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 187 | 40 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.27 |
| HSL | 115.1º | 0.65% | 0.45% | - |
| HSV(B) | 115.1º | 0.79% | 0.73% | - |
| XYZ | 19.57 | 36.42 | 8.01 | - |
| YUV | 129.88 | 77.27 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 187 | 40 | 0.72 | 0 | 0.79 | 0.27 | 115.1 | 0.65 | 0.45 |
| Hex | 34 | BB | 28 | 48 | 0 | 4F | 1B | 73 | 41 | 2D |
| Octal | 64 | 273 | 50 | 110 | 0 | 117 | 33 | 163 | 101 | 55 |
| Binary | 110100 | 10111011 | 101000 | 1001000 | 0 | 1001111 | 11011 | 1110011 | 1000001 | 101101 |
Color Harmonies of #34BB28
Complementary color
Monochromatic Colors of #34BB28
Black with #34BB28
Text Example
Text Example
White with #34BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BB28; }
p { color: rgb(52,187,40); }
H1.HeaderClassName
{
color: #34BB28;
}
.AnyTagClassName
{
color: #34BB28;
}
</style>
background-color css
<style>
a { background-color: #34BB28; }
a { background-color: rgb(52,187,40); }
div.DivClassName
{
background-color: #34BB28;
}
.BgClassName
{
background-color: #34BB28;
}
</style>
border-color css
<style>
span { border-color: #34BB28; }
span { border-color: rgb(52,187,40); }
td.TdClassName
{
border-color: #34BB28;
}
.TagClassName
{
border-color: #34BB28;
}
</style>