Shades of Lime Green #34B02B
Tints of Lime Green #34B02B
RGB
CMYK
RGB Variations
Color information
#34B02B (or 0x34B02B) is known color: Lime Green. HEX triplet: 34, B0 and 2B. RGB value is (52,176,43). Sum of RGB (Red+Green+Blue) = 52+176+43=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 176 (69.14% from 255 or 64.94% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 176 - color contains mainly: green. Hex color #34B02B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B02B is #CB4FD4. Grayscale: #7C7C7C. Windows color (decimal): -13324245 or 2863156. OLE color: 2863156.
HSL color Cylindrical-coordinate representation of color #34B02B: hue angle of 115.94º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34B02B is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 176 | 43 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.31 |
| HSL | 115.94º | 0.61% | 0.43% | - |
| HSV(B) | 115.94º | 0.76% | 0.69% | - |
| XYZ | 17.38 | 31.96 | 7.54 | - |
| YUV | 123.76 | 82.42 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 176 | 43 | 0.70 | 0 | 0.76 | 0.31 | 115.94 | 0.61 | 0.43 |
| Hex | 34 | B0 | 2B | 46 | 0 | 4C | 1F | 74 | 3D | 2B |
| Octal | 64 | 260 | 53 | 106 | 0 | 114 | 37 | 164 | 75 | 53 |
| Binary | 110100 | 10110000 | 101011 | 1000110 | 0 | 1001100 | 11111 | 1110100 | 111101 | 101011 |
Color Harmonies of #34B02B
Complementary color
Monochromatic Colors of #34B02B
Black with #34B02B
Text Example
Text Example
White with #34B02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B02B; }
p { color: rgb(52,176,43); }
H1.HeaderClassName
{
color: #34B02B;
}
.AnyTagClassName
{
color: #34B02B;
}
</style>
background-color css
<style>
a { background-color: #34B02B; }
a { background-color: rgb(52,176,43); }
div.DivClassName
{
background-color: #34B02B;
}
.BgClassName
{
background-color: #34B02B;
}
</style>
border-color css
<style>
span { border-color: #34B02B; }
span { border-color: rgb(52,176,43); }
td.TdClassName
{
border-color: #34B02B;
}
.TagClassName
{
border-color: #34B02B;
}
</style>