Shades of Lime Green #34D64B
Tints of Lime Green #34D64B
RGB
CMYK
RGB Variations
Color information
#34D64B (or 0x34D64B) is known color: Lime Green. HEX triplet: 34, D6 and 4B. RGB value is (52,214,75). Sum of RGB (Red+Green+Blue) = 52+214+75=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #34D64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D64B is #CB29B4. Grayscale: #969696. Windows color (decimal): -13314485 or 4970036. OLE color: 4970036.
HSL color Cylindrical-coordinate representation of color #34D64B: hue angle of 128.52º 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 #34D64B is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 75 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.16 |
| HSL | 128.52º | 0.66% | 0.52% | - |
| HSV(B) | 128.52º | 0.76% | 0.84% | - |
| XYZ | 26.73 | 49.33 | 14.77 | - |
| YUV | 149.72 | 85.83 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 75 | 0.76 | 0 | 0.65 | 0.16 | 128.52 | 0.66 | 0.52 |
| Hex | 34 | D6 | 4B | 4C | 0 | 41 | 10 | 81 | 42 | 34 |
| Octal | 64 | 326 | 113 | 114 | 0 | 101 | 20 | 201 | 102 | 64 |
| Binary | 110100 | 11010110 | 1001011 | 1001100 | 0 | 1000001 | 10000 | 10000001 | 1000010 | 110100 |
Color Harmonies of #34D64B
Complementary color
Monochromatic Colors of #34D64B
Black with #34D64B
Text Example
Text Example
White with #34D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D64B; }
p { color: rgb(52,214,75); }
H1.HeaderClassName
{
color: #34D64B;
}
.AnyTagClassName
{
color: #34D64B;
}
</style>
background-color css
<style>
a { background-color: #34D64B; }
a { background-color: rgb(52,214,75); }
div.DivClassName
{
background-color: #34D64B;
}
.BgClassName
{
background-color: #34D64B;
}
</style>
border-color css
<style>
span { border-color: #34D64B; }
span { border-color: rgb(52,214,75); }
td.TdClassName
{
border-color: #34D64B;
}
.TagClassName
{
border-color: #34D64B;
}
</style>