Shades of Lime Green #34C953
Tints of Lime Green #34C953
RGB
CMYK
RGB Variations
Color information
#34C953 (or 0x34C953) is known color: Lime Green. HEX triplet: 34, C9 and 53. RGB value is (52,201,83). Sum of RGB (Red+Green+Blue) = 52+201+83=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #34C953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C953 is #CB36AC. Grayscale: #8F8F8F. Windows color (decimal): -13317805 or 5490996. OLE color: 5490996.
HSL color Cylindrical-coordinate representation of color #34C953: hue angle of 132.48º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C953 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 201 | 83 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.21 |
| HSL | 132.48º | 0.59% | 0.5% | - |
| HSV(B) | 132.48º | 0.74% | 0.79% | - |
| XYZ | 23.86 | 43.13 | 15.25 | - |
| YUV | 143 | 94.14 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 83 | 0.74 | 0 | 0.59 | 0.21 | 132.48 | 0.59 | 0.5 |
| Hex | 34 | C9 | 53 | 4A | 0 | 3B | 15 | 84 | 3B | 32 |
| Octal | 64 | 311 | 123 | 112 | 0 | 73 | 25 | 204 | 73 | 62 |
| Binary | 110100 | 11001001 | 1010011 | 1001010 | 0 | 111011 | 10101 | 10000100 | 111011 | 110010 |
Color Harmonies of #34C953
Complementary color
Monochromatic Colors of #34C953
Black with #34C953
Text Example
Text Example
White with #34C953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C953; }
p { color: rgb(52,201,83); }
H1.HeaderClassName
{
color: #34C953;
}
.AnyTagClassName
{
color: #34C953;
}
</style>
background-color css
<style>
a { background-color: #34C953; }
a { background-color: rgb(52,201,83); }
div.DivClassName
{
background-color: #34C953;
}
.BgClassName
{
background-color: #34C953;
}
</style>
border-color css
<style>
span { border-color: #34C953; }
span { border-color: rgb(52,201,83); }
td.TdClassName
{
border-color: #34C953;
}
.TagClassName
{
border-color: #34C953;
}
</style>