Shades of Lime Green #34BC43
Tints of Lime Green #34BC43
RGB
CMYK
RGB Variations
Color information
#34BC43 (or 0x34BC43) is known color: Lime Green. HEX triplet: 34, BC and 43. RGB value is (52,188,67). Sum of RGB (Red+Green+Blue) = 52+188+67=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC43 is #CB43BC. Grayscale: #858585. Windows color (decimal): -13321149 or 4439092. OLE color: 4439092.
HSL color Cylindrical-coordinate representation of color #34BC43: hue angle of 126.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC43 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 67 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.26 |
| HSL | 126.62º | 0.57% | 0.47% | - |
| HSV(B) | 126.62º | 0.72% | 0.74% | - |
| XYZ | 20.41 | 37.1 | 11.4 | - |
| YUV | 133.54 | 90.44 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 67 | 0.72 | 0 | 0.64 | 0.26 | 126.62 | 0.57 | 0.47 |
| Hex | 34 | BC | 43 | 48 | 0 | 40 | 1A | 7F | 39 | 2F |
| Octal | 64 | 274 | 103 | 110 | 0 | 100 | 32 | 177 | 71 | 57 |
| Binary | 110100 | 10111100 | 1000011 | 1001000 | 0 | 1000000 | 11010 | 1111111 | 111001 | 101111 |
Color Harmonies of #34BC43
Complementary color
Monochromatic Colors of #34BC43
Black with #34BC43
Text Example
Text Example
White with #34BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC43; }
p { color: rgb(52,188,67); }
H1.HeaderClassName
{
color: #34BC43;
}
.AnyTagClassName
{
color: #34BC43;
}
</style>
background-color css
<style>
a { background-color: #34BC43; }
a { background-color: rgb(52,188,67); }
div.DivClassName
{
background-color: #34BC43;
}
.BgClassName
{
background-color: #34BC43;
}
</style>
border-color css
<style>
span { border-color: #34BC43; }
span { border-color: rgb(52,188,67); }
td.TdClassName
{
border-color: #34BC43;
}
.TagClassName
{
border-color: #34BC43;
}
</style>