Shades of Lime Green #34BA2B
Tints of Lime Green #34BA2B
RGB
CMYK
RGB Variations
Color information
#34BA2B (or 0x34BA2B) is known color: Lime Green. HEX triplet: 34, BA and 2B. RGB value is (52,186,43). Sum of RGB (Red+Green+Blue) = 52+186+43=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA2B is #CB45D4. Grayscale: #828282. Windows color (decimal): -13321685 or 2865716. OLE color: 2865716.
HSL color Cylindrical-coordinate representation of color #34BA2B: hue angle of 116.22º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34BA2B is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 43 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.27 |
| HSL | 116.22º | 0.62% | 0.45% | - |
| HSV(B) | 116.22º | 0.77% | 0.73% | - |
| XYZ | 19.41 | 36.02 | 8.22 | - |
| YUV | 129.63 | 79.11 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 43 | 0.72 | 0 | 0.77 | 0.27 | 116.22 | 0.62 | 0.45 |
| Hex | 34 | BA | 2B | 48 | 0 | 4D | 1B | 74 | 3E | 2D |
| Octal | 64 | 272 | 53 | 110 | 0 | 115 | 33 | 164 | 76 | 55 |
| Binary | 110100 | 10111010 | 101011 | 1001000 | 0 | 1001101 | 11011 | 1110100 | 111110 | 101101 |
Color Harmonies of #34BA2B
Complementary color
Monochromatic Colors of #34BA2B
Black with #34BA2B
Text Example
Text Example
White with #34BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA2B; }
p { color: rgb(52,186,43); }
H1.HeaderClassName
{
color: #34BA2B;
}
.AnyTagClassName
{
color: #34BA2B;
}
</style>
background-color css
<style>
a { background-color: #34BA2B; }
a { background-color: rgb(52,186,43); }
div.DivClassName
{
background-color: #34BA2B;
}
.BgClassName
{
background-color: #34BA2B;
}
</style>
border-color css
<style>
span { border-color: #34BA2B; }
span { border-color: rgb(52,186,43); }
td.TdClassName
{
border-color: #34BA2B;
}
.TagClassName
{
border-color: #34BA2B;
}
</style>