Shades of Lime Green #34CA2F
Tints of Lime Green #34CA2F
RGB
CMYK
RGB Variations
Color information
#34CA2F (or 0x34CA2F) is known color: Lime Green. HEX triplet: 34, CA and 2F. RGB value is (52,202,47). Sum of RGB (Red+Green+Blue) = 52+202+47=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CA2F is #CB35D0. Grayscale: #8B8B8B. Windows color (decimal): -13317585 or 3131956. OLE color: 3131956.
HSL color Cylindrical-coordinate representation of color #34CA2F: hue angle of 118.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CA2F is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 47 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.21 |
| HSL | 118.06º | 0.62% | 0.49% | - |
| HSV(B) | 118.06º | 0.77% | 0.79% | - |
| XYZ | 23.05 | 43.18 | 9.81 | - |
| YUV | 139.48 | 75.81 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 47 | 0.74 | 0 | 0.77 | 0.21 | 118.06 | 0.62 | 0.49 |
| Hex | 34 | CA | 2F | 4A | 0 | 4D | 15 | 76 | 3E | 31 |
| Octal | 64 | 312 | 57 | 112 | 0 | 115 | 25 | 166 | 76 | 61 |
| Binary | 110100 | 11001010 | 101111 | 1001010 | 0 | 1001101 | 10101 | 1110110 | 111110 | 110001 |
Color Harmonies of #34CA2F
Complementary color
Monochromatic Colors of #34CA2F
Black with #34CA2F
Text Example
Text Example
White with #34CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA2F; }
p { color: rgb(52,202,47); }
H1.HeaderClassName
{
color: #34CA2F;
}
.AnyTagClassName
{
color: #34CA2F;
}
</style>
background-color css
<style>
a { background-color: #34CA2F; }
a { background-color: rgb(52,202,47); }
div.DivClassName
{
background-color: #34CA2F;
}
.BgClassName
{
background-color: #34CA2F;
}
</style>
border-color css
<style>
span { border-color: #34CA2F; }
span { border-color: rgb(52,202,47); }
td.TdClassName
{
border-color: #34CA2F;
}
.TagClassName
{
border-color: #34CA2F;
}
</style>