Shades of Lime Green #34BA33
Tints of Lime Green #34BA33
RGB
CMYK
RGB Variations
Color information
#34BA33 (or 0x34BA33) is known color: Lime Green. HEX triplet: 34, BA and 33. RGB value is (52,186,51). Sum of RGB (Red+Green+Blue) = 52+186+51=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA33 is #CB45CC. Grayscale: #828282. Windows color (decimal): -13321677 or 3390004. OLE color: 3390004.
HSL color Cylindrical-coordinate representation of color #34BA33: hue angle of 119.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BA33 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 51 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.27 |
| HSL | 119.56º | 0.57% | 0.46% | - |
| HSV(B) | 119.56º | 0.73% | 0.73% | - |
| XYZ | 19.57 | 36.09 | 9.07 | - |
| YUV | 130.54 | 83.11 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 51 | 0.72 | 0 | 0.73 | 0.27 | 119.56 | 0.57 | 0.46 |
| Hex | 34 | BA | 33 | 48 | 0 | 49 | 1B | 78 | 39 | 2E |
| Octal | 64 | 272 | 63 | 110 | 0 | 111 | 33 | 170 | 71 | 56 |
| Binary | 110100 | 10111010 | 110011 | 1001000 | 0 | 1001001 | 11011 | 1111000 | 111001 | 101110 |
Color Harmonies of #34BA33
Complementary color
Monochromatic Colors of #34BA33
Black with #34BA33
Text Example
Text Example
White with #34BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA33; }
p { color: rgb(52,186,51); }
H1.HeaderClassName
{
color: #34BA33;
}
.AnyTagClassName
{
color: #34BA33;
}
</style>
background-color css
<style>
a { background-color: #34BA33; }
a { background-color: rgb(52,186,51); }
div.DivClassName
{
background-color: #34BA33;
}
.BgClassName
{
background-color: #34BA33;
}
</style>
border-color css
<style>
span { border-color: #34BA33; }
span { border-color: rgb(52,186,51); }
td.TdClassName
{
border-color: #34BA33;
}
.TagClassName
{
border-color: #34BA33;
}
</style>