Shades of Lime Green #34DF36
Tints of Lime Green #34DF36
RGB
CMYK
RGB Variations
Color information
#34DF36 (or 0x34DF36) is known color: Lime Green. HEX triplet: 34, DF and 36. RGB value is (52,223,54). Sum of RGB (Red+Green+Blue) = 52+223+54=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DF36 is #CB20C9. Grayscale: #999999. Windows color (decimal): -13312202 or 3596084. OLE color: 3596084.
HSL color Cylindrical-coordinate representation of color #34DF36: hue angle of 120.7º 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 #34DF36 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 54 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.13 |
| HSL | 120.7º | 0.73% | 0.54% | - |
| HSV(B) | 120.7º | 0.77% | 0.87% | - |
| XYZ | 28.47 | 53.77 | 12.37 | - |
| YUV | 152.61 | 72.35 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 54 | 0.77 | 0 | 0.76 | 0.13 | 120.7 | 0.73 | 0.54 |
| Hex | 34 | DF | 36 | 4D | 0 | 4C | D | 79 | 49 | 36 |
| Octal | 64 | 337 | 66 | 115 | 0 | 114 | 15 | 171 | 111 | 66 |
| Binary | 110100 | 11011111 | 110110 | 1001101 | 0 | 1001100 | 1101 | 1111001 | 1001001 | 110110 |
Color Harmonies of #34DF36
Complementary color
Monochromatic Colors of #34DF36
Black with #34DF36
Text Example
Text Example
White with #34DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DF36; }
p { color: rgb(52,223,54); }
H1.HeaderClassName
{
color: #34DF36;
}
.AnyTagClassName
{
color: #34DF36;
}
</style>
background-color css
<style>
a { background-color: #34DF36; }
a { background-color: rgb(52,223,54); }
div.DivClassName
{
background-color: #34DF36;
}
.BgClassName
{
background-color: #34DF36;
}
</style>
border-color css
<style>
span { border-color: #34DF36; }
span { border-color: rgb(52,223,54); }
td.TdClassName
{
border-color: #34DF36;
}
.TagClassName
{
border-color: #34DF36;
}
</style>