Shades of Lime Green #34AF30
Tints of Lime Green #34AF30
RGB
CMYK
RGB Variations
Color information
#34AF30 (or 0x34AF30) is known color: Lime Green. HEX triplet: 34, AF and 30. RGB value is (52,175,48). Sum of RGB (Red+Green+Blue) = 52+175+48=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF30 is #CB50CF. Grayscale: #7C7C7C. Windows color (decimal): -13324496 or 3190580. OLE color: 3190580.
HSL color Cylindrical-coordinate representation of color #34AF30: hue angle of 118.11º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34AF30 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 48 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.31 |
| HSL | 118.11º | 0.57% | 0.44% | - |
| HSV(B) | 118.11º | 0.73% | 0.69% | - |
| XYZ | 17.28 | 31.6 | 7.99 | - |
| YUV | 123.75 | 85.25 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 48 | 0.70 | 0 | 0.73 | 0.31 | 118.11 | 0.57 | 0.44 |
| Hex | 34 | AF | 30 | 46 | 0 | 49 | 1F | 76 | 39 | 2C |
| Octal | 64 | 257 | 60 | 106 | 0 | 111 | 37 | 166 | 71 | 54 |
| Binary | 110100 | 10101111 | 110000 | 1000110 | 0 | 1001001 | 11111 | 1110110 | 111001 | 101100 |
Color Harmonies of #34AF30
Complementary color
Monochromatic Colors of #34AF30
Black with #34AF30
Text Example
Text Example
White with #34AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF30; }
p { color: rgb(52,175,48); }
H1.HeaderClassName
{
color: #34AF30;
}
.AnyTagClassName
{
color: #34AF30;
}
</style>
background-color css
<style>
a { background-color: #34AF30; }
a { background-color: rgb(52,175,48); }
div.DivClassName
{
background-color: #34AF30;
}
.BgClassName
{
background-color: #34AF30;
}
</style>
border-color css
<style>
span { border-color: #34AF30; }
span { border-color: rgb(52,175,48); }
td.TdClassName
{
border-color: #34AF30;
}
.TagClassName
{
border-color: #34AF30;
}
</style>