Shades of Lime Green #34D91B
Tints of Lime Green #34D91B
RGB
CMYK
RGB Variations
Color information
#34D91B (or 0x34D91B) is known color: Lime Green. HEX triplet: 34, D9 and 1B. RGB value is (52,217,27). Sum of RGB (Red+Green+Blue) = 52+217+27=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 217 (85.16% from 255 or 73.31% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 217 - color contains mainly: green. Hex color #34D91B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D91B is #CB26E4. Grayscale: #929292. Windows color (decimal): -13313765 or 1825076. OLE color: 1825076.
HSL color Cylindrical-coordinate representation of color #34D91B: hue angle of 112.11º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34D91B is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 27 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.15 |
| HSL | 112.11º | 0.78% | 0.48% | - |
| HSV(B) | 112.11º | 0.88% | 0.85% | - |
| XYZ | 26.43 | 50.43 | 9.38 | - |
| YUV | 146.01 | 60.84 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 27 | 0.76 | 0 | 0.88 | 0.15 | 112.11 | 0.78 | 0.48 |
| Hex | 34 | D9 | 1B | 4C | 0 | 58 | F | 70 | 4E | 30 |
| Octal | 64 | 331 | 33 | 114 | 0 | 130 | 17 | 160 | 116 | 60 |
| Binary | 110100 | 11011001 | 11011 | 1001100 | 0 | 1011000 | 1111 | 1110000 | 1001110 | 110000 |
Color Harmonies of #34D91B
Complementary color
Monochromatic Colors of #34D91B
Black with #34D91B
Text Example
Text Example
White with #34D91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D91B; }
p { color: rgb(52,217,27); }
H1.HeaderClassName
{
color: #34D91B;
}
.AnyTagClassName
{
color: #34D91B;
}
</style>
background-color css
<style>
a { background-color: #34D91B; }
a { background-color: rgb(52,217,27); }
div.DivClassName
{
background-color: #34D91B;
}
.BgClassName
{
background-color: #34D91B;
}
</style>
border-color css
<style>
span { border-color: #34D91B; }
span { border-color: rgb(52,217,27); }
td.TdClassName
{
border-color: #34D91B;
}
.TagClassName
{
border-color: #34D91B;
}
</style>