Shades of Lime Green #34DB25
Tints of Lime Green #34DB25
RGB
CMYK
RGB Variations
Color information
#34DB25 (or 0x34DB25) is known color: Lime Green. HEX triplet: 34, DB and 25. RGB value is (52,219,37). Sum of RGB (Red+Green+Blue) = 52+219+37=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DB25 is #CB24DA. Grayscale: #949494. Windows color (decimal): -13313243 or 2480948. OLE color: 2480948.
HSL color Cylindrical-coordinate representation of color #34DB25: hue angle of 115.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34DB25 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 37 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.14 |
| HSL | 115.05º | 0.72% | 0.5% | - |
| HSV(B) | 115.05º | 0.83% | 0.86% | - |
| XYZ | 27.08 | 51.53 | 10.27 | - |
| YUV | 148.32 | 65.17 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 37 | 0.76 | 0 | 0.83 | 0.14 | 115.05 | 0.72 | 0.5 |
| Hex | 34 | DB | 25 | 4C | 0 | 53 | E | 73 | 48 | 32 |
| Octal | 64 | 333 | 45 | 114 | 0 | 123 | 16 | 163 | 110 | 62 |
| Binary | 110100 | 11011011 | 100101 | 1001100 | 0 | 1010011 | 1110 | 1110011 | 1001000 | 110010 |
Color Harmonies of #34DB25
Complementary color
Monochromatic Colors of #34DB25
Black with #34DB25
Text Example
Text Example
White with #34DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB25; }
p { color: rgb(52,219,37); }
H1.HeaderClassName
{
color: #34DB25;
}
.AnyTagClassName
{
color: #34DB25;
}
</style>
background-color css
<style>
a { background-color: #34DB25; }
a { background-color: rgb(52,219,37); }
div.DivClassName
{
background-color: #34DB25;
}
.BgClassName
{
background-color: #34DB25;
}
</style>
border-color css
<style>
span { border-color: #34DB25; }
span { border-color: rgb(52,219,37); }
td.TdClassName
{
border-color: #34DB25;
}
.TagClassName
{
border-color: #34DB25;
}
</style>