Shades of Lime Green #34D53F
Tints of Lime Green #34D53F
RGB
CMYK
RGB Variations
Color information
#34D53F (or 0x34D53F) is known color: Lime Green. HEX triplet: 34, D5 and 3F. RGB value is (52,213,63). Sum of RGB (Red+Green+Blue) = 52+213+63=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #34D53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D53F is #CB2AC0. Grayscale: #949494. Windows color (decimal): -13314753 or 4183348. OLE color: 4183348.
HSL color Cylindrical-coordinate representation of color #34D53F: hue angle of 124.1º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D53F is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 213 | 63 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.16 |
| HSL | 124.1º | 0.66% | 0.52% | - |
| HSV(B) | 124.1º | 0.76% | 0.84% | - |
| XYZ | 26.11 | 48.68 | 12.72 | - |
| YUV | 147.76 | 80.16 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 213 | 63 | 0.76 | 0 | 0.70 | 0.16 | 124.1 | 0.66 | 0.52 |
| Hex | 34 | D5 | 3F | 4C | 0 | 46 | 10 | 7C | 42 | 34 |
| Octal | 64 | 325 | 77 | 114 | 0 | 106 | 20 | 174 | 102 | 64 |
| Binary | 110100 | 11010101 | 111111 | 1001100 | 0 | 1000110 | 10000 | 1111100 | 1000010 | 110100 |
Color Harmonies of #34D53F
Complementary color
Monochromatic Colors of #34D53F
Black with #34D53F
Text Example
Text Example
White with #34D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D53F; }
p { color: rgb(52,213,63); }
H1.HeaderClassName
{
color: #34D53F;
}
.AnyTagClassName
{
color: #34D53F;
}
</style>
background-color css
<style>
a { background-color: #34D53F; }
a { background-color: rgb(52,213,63); }
div.DivClassName
{
background-color: #34D53F;
}
.BgClassName
{
background-color: #34D53F;
}
</style>
border-color css
<style>
span { border-color: #34D53F; }
span { border-color: rgb(52,213,63); }
td.TdClassName
{
border-color: #34D53F;
}
.TagClassName
{
border-color: #34D53F;
}
</style>