Shades of Lime Green #34B341
Tints of Lime Green #34B341
RGB
CMYK
RGB Variations
Color information
#34B341 (or 0x34B341) is known color: Lime Green. HEX triplet: 34, B3 and 41. RGB value is (52,179,65). Sum of RGB (Red+Green+Blue) = 52+179+65=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 179 (70.31% from 255 or 60.47% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 179 - color contains mainly: green. Hex color #34B341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B341 is #CB4CBE. Grayscale: #808080. Windows color (decimal): -13323455 or 4305716. OLE color: 4305716.
HSL color Cylindrical-coordinate representation of color #34B341: hue angle of 126.14º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B341 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 179 | 65 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.30 |
| HSL | 126.14º | 0.55% | 0.45% | - |
| HSV(B) | 126.14º | 0.71% | 0.7% | - |
| XYZ | 18.49 | 33.35 | 10.46 | - |
| YUV | 128.03 | 92.42 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 179 | 65 | 0.71 | 0 | 0.64 | 0.30 | 126.14 | 0.55 | 0.45 |
| Hex | 34 | B3 | 41 | 47 | 0 | 40 | 1E | 7E | 37 | 2D |
| Octal | 64 | 263 | 101 | 107 | 0 | 100 | 36 | 176 | 67 | 55 |
| Binary | 110100 | 10110011 | 1000001 | 1000111 | 0 | 1000000 | 11110 | 1111110 | 110111 | 101101 |
Color Harmonies of #34B341
Complementary color
Monochromatic Colors of #34B341
Black with #34B341
Text Example
Text Example
White with #34B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B341; }
p { color: rgb(52,179,65); }
H1.HeaderClassName
{
color: #34B341;
}
.AnyTagClassName
{
color: #34B341;
}
</style>
background-color css
<style>
a { background-color: #34B341; }
a { background-color: rgb(52,179,65); }
div.DivClassName
{
background-color: #34B341;
}
.BgClassName
{
background-color: #34B341;
}
</style>
border-color css
<style>
span { border-color: #34B341; }
span { border-color: rgb(52,179,65); }
td.TdClassName
{
border-color: #34B341;
}
.TagClassName
{
border-color: #34B341;
}
</style>