Shades of Lime Green #34B03B
Tints of Lime Green #34B03B
RGB
CMYK
RGB Variations
Color information
#34B03B (or 0x34B03B) is known color: Lime Green. HEX triplet: 34, B0 and 3B. RGB value is (52,176,59). Sum of RGB (Red+Green+Blue) = 52+176+59=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #34B03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B03B is #CB4FC4. Grayscale: #7D7D7D. Windows color (decimal): -13324229 or 3911732. OLE color: 3911732.
HSL color Cylindrical-coordinate representation of color #34B03B: hue angle of 123.39º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34B03B is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 176 | 59 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.31 |
| HSL | 123.39º | 0.54% | 0.45% | - |
| HSV(B) | 123.39º | 0.7% | 0.69% | - |
| XYZ | 17.73 | 32.1 | 9.4 | - |
| YUV | 125.59 | 90.42 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 176 | 59 | 0.70 | 0 | 0.66 | 0.31 | 123.39 | 0.54 | 0.45 |
| Hex | 34 | B0 | 3B | 46 | 0 | 42 | 1F | 7B | 36 | 2D |
| Octal | 64 | 260 | 73 | 106 | 0 | 102 | 37 | 173 | 66 | 55 |
| Binary | 110100 | 10110000 | 111011 | 1000110 | 0 | 1000010 | 11111 | 1111011 | 110110 | 101101 |
Color Harmonies of #34B03B
Complementary color
Monochromatic Colors of #34B03B
Black with #34B03B
Text Example
Text Example
White with #34B03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B03B; }
p { color: rgb(52,176,59); }
H1.HeaderClassName
{
color: #34B03B;
}
.AnyTagClassName
{
color: #34B03B;
}
</style>
background-color css
<style>
a { background-color: #34B03B; }
a { background-color: rgb(52,176,59); }
div.DivClassName
{
background-color: #34B03B;
}
.BgClassName
{
background-color: #34B03B;
}
</style>
border-color css
<style>
span { border-color: #34B03B; }
span { border-color: rgb(52,176,59); }
td.TdClassName
{
border-color: #34B03B;
}
.TagClassName
{
border-color: #34B03B;
}
</style>