Shades of Lime Green #34BA25
Tints of Lime Green #34BA25
RGB
CMYK
RGB Variations
Color information
#34BA25 (or 0x34BA25) is known color: Lime Green. HEX triplet: 34, BA and 25. RGB value is (52,186,37). Sum of RGB (Red+Green+Blue) = 52+186+37=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA25 is #CB45DA. Grayscale: #818181. Windows color (decimal): -13321691 or 2472500. OLE color: 2472500.
HSL color Cylindrical-coordinate representation of color #34BA25: hue angle of 113.96º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34BA25 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 37 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.27 |
| HSL | 113.96º | 0.67% | 0.44% | - |
| HSV(B) | 113.96º | 0.8% | 0.73% | - |
| XYZ | 19.31 | 35.98 | 7.68 | - |
| YUV | 128.95 | 76.11 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 37 | 0.72 | 0 | 0.80 | 0.27 | 113.96 | 0.67 | 0.44 |
| Hex | 34 | BA | 25 | 48 | 0 | 50 | 1B | 72 | 43 | 2C |
| Octal | 64 | 272 | 45 | 110 | 0 | 120 | 33 | 162 | 103 | 54 |
| Binary | 110100 | 10111010 | 100101 | 1001000 | 0 | 1010000 | 11011 | 1110010 | 1000011 | 101100 |
Color Harmonies of #34BA25
Complementary color
Monochromatic Colors of #34BA25
Black with #34BA25
Text Example
Text Example
White with #34BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA25; }
p { color: rgb(52,186,37); }
H1.HeaderClassName
{
color: #34BA25;
}
.AnyTagClassName
{
color: #34BA25;
}
</style>
background-color css
<style>
a { background-color: #34BA25; }
a { background-color: rgb(52,186,37); }
div.DivClassName
{
background-color: #34BA25;
}
.BgClassName
{
background-color: #34BA25;
}
</style>
border-color css
<style>
span { border-color: #34BA25; }
span { border-color: rgb(52,186,37); }
td.TdClassName
{
border-color: #34BA25;
}
.TagClassName
{
border-color: #34BA25;
}
</style>