Shades of Lime Green #34DF3D
Tints of Lime Green #34DF3D
RGB
CMYK
RGB Variations
Color information
#34DF3D (or 0x34DF3D) is known color: Lime Green. HEX triplet: 34, DF and 3D. RGB value is (52,223,61). Sum of RGB (Red+Green+Blue) = 52+223+61=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 223 (87.5% from 255 or 66.37% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DF3D is #CB20C2. Grayscale: #999999. Windows color (decimal): -13312195 or 4054836. OLE color: 4054836.
HSL color Cylindrical-coordinate representation of color #34DF3D: hue angle of 123.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DF3D is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 61 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.13 |
| HSL | 123.16º | 0.73% | 0.54% | - |
| HSV(B) | 123.16º | 0.77% | 0.87% | - |
| XYZ | 28.65 | 53.84 | 13.3 | - |
| YUV | 153.4 | 75.85 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 61 | 0.77 | 0 | 0.73 | 0.13 | 123.16 | 0.73 | 0.54 |
| Hex | 34 | DF | 3D | 4D | 0 | 49 | D | 7B | 49 | 36 |
| Octal | 64 | 337 | 75 | 115 | 0 | 111 | 15 | 173 | 111 | 66 |
| Binary | 110100 | 11011111 | 111101 | 1001101 | 0 | 1001001 | 1101 | 1111011 | 1001001 | 110110 |
Color Harmonies of #34DF3D
Complementary color
Monochromatic Colors of #34DF3D
Black with #34DF3D
Text Example
Text Example
White with #34DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DF3D; }
p { color: rgb(52,223,61); }
H1.HeaderClassName
{
color: #34DF3D;
}
.AnyTagClassName
{
color: #34DF3D;
}
</style>
background-color css
<style>
a { background-color: #34DF3D; }
a { background-color: rgb(52,223,61); }
div.DivClassName
{
background-color: #34DF3D;
}
.BgClassName
{
background-color: #34DF3D;
}
</style>
border-color css
<style>
span { border-color: #34DF3D; }
span { border-color: rgb(52,223,61); }
td.TdClassName
{
border-color: #34DF3D;
}
.TagClassName
{
border-color: #34DF3D;
}
</style>