Shades of Lime Green #34B527
Tints of Lime Green #34B527
RGB
CMYK
RGB Variations
Color information
#34B527 (or 0x34B527) is known color: Lime Green. HEX triplet: 34, B5 and 27. RGB value is (52,181,39). Sum of RGB (Red+Green+Blue) = 52+181+39=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 181 (71.09% from 255 or 66.54% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 181 - color contains mainly: green. Hex color #34B527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B527 is #CB4AD8. Grayscale: #7E7E7E. Windows color (decimal): -13322969 or 2602292. OLE color: 2602292.
HSL color Cylindrical-coordinate representation of color #34B527: hue angle of 114.51º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34B527 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 181 | 39 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.29 |
| HSL | 114.51º | 0.65% | 0.43% | - |
| HSV(B) | 114.51º | 0.78% | 0.71% | - |
| XYZ | 18.31 | 33.92 | 7.5 | - |
| YUV | 126.24 | 78.76 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 181 | 39 | 0.71 | 0 | 0.78 | 0.29 | 114.51 | 0.65 | 0.43 |
| Hex | 34 | B5 | 27 | 47 | 0 | 4E | 1D | 73 | 41 | 2B |
| Octal | 64 | 265 | 47 | 107 | 0 | 116 | 35 | 163 | 101 | 53 |
| Binary | 110100 | 10110101 | 100111 | 1000111 | 0 | 1001110 | 11101 | 1110011 | 1000001 | 101011 |
Color Harmonies of #34B527
Complementary color
Monochromatic Colors of #34B527
Black with #34B527
Text Example
Text Example
White with #34B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B527; }
p { color: rgb(52,181,39); }
H1.HeaderClassName
{
color: #34B527;
}
.AnyTagClassName
{
color: #34B527;
}
</style>
background-color css
<style>
a { background-color: #34B527; }
a { background-color: rgb(52,181,39); }
div.DivClassName
{
background-color: #34B527;
}
.BgClassName
{
background-color: #34B527;
}
</style>
border-color css
<style>
span { border-color: #34B527; }
span { border-color: rgb(52,181,39); }
td.TdClassName
{
border-color: #34B527;
}
.TagClassName
{
border-color: #34B527;
}
</style>