Shades of Lime Green #34D619
Tints of Lime Green #34D619
RGB
CMYK
RGB Variations
Color information
#34D619 (or 0x34D619) is known color: Lime Green. HEX triplet: 34, D6 and 19. RGB value is (52,214,25). Sum of RGB (Red+Green+Blue) = 52+214+25=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 214 (83.98% from 255 or 73.54% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 214 - color contains mainly: green. Hex color #34D619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D619 is #CB29E6. Grayscale: #909090. Windows color (decimal): -13314535 or 1693236. OLE color: 1693236.
HSL color Cylindrical-coordinate representation of color #34D619: hue angle of 111.43º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34D619 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 25 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.16 |
| HSL | 111.43º | 0.79% | 0.47% | - |
| HSV(B) | 111.43º | 0.88% | 0.84% | - |
| XYZ | 25.64 | 48.89 | 9.01 | - |
| YUV | 144.02 | 60.83 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 25 | 0.76 | 0 | 0.88 | 0.16 | 111.43 | 0.79 | 0.47 |
| Hex | 34 | D6 | 19 | 4C | 0 | 58 | 10 | 6F | 4F | 2F |
| Octal | 64 | 326 | 31 | 114 | 0 | 130 | 20 | 157 | 117 | 57 |
| Binary | 110100 | 11010110 | 11001 | 1001100 | 0 | 1011000 | 10000 | 1101111 | 1001111 | 101111 |
Color Harmonies of #34D619
Complementary color
Monochromatic Colors of #34D619
Black with #34D619
Text Example
Text Example
White with #34D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D619; }
p { color: rgb(52,214,25); }
H1.HeaderClassName
{
color: #34D619;
}
.AnyTagClassName
{
color: #34D619;
}
</style>
background-color css
<style>
a { background-color: #34D619; }
a { background-color: rgb(52,214,25); }
div.DivClassName
{
background-color: #34D619;
}
.BgClassName
{
background-color: #34D619;
}
</style>
border-color css
<style>
span { border-color: #34D619; }
span { border-color: rgb(52,214,25); }
td.TdClassName
{
border-color: #34D619;
}
.TagClassName
{
border-color: #34D619;
}
</style>