Shades of Lime Green #34CE2F
Tints of Lime Green #34CE2F
RGB
CMYK
RGB Variations
Color information
#34CE2F (or 0x34CE2F) is known color: Lime Green. HEX triplet: 34, CE and 2F. RGB value is (52,206,47). Sum of RGB (Red+Green+Blue) = 52+206+47=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE2F is #CB31D0. Grayscale: #8E8E8E. Windows color (decimal): -13316561 or 3132980. OLE color: 3132980.
HSL color Cylindrical-coordinate representation of color #34CE2F: hue angle of 118.11º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CE2F is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 47 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.19 |
| HSL | 118.11º | 0.63% | 0.5% | - |
| HSV(B) | 118.11º | 0.77% | 0.81% | - |
| XYZ | 24 | 45.08 | 10.13 | - |
| YUV | 141.83 | 74.48 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 47 | 0.75 | 0 | 0.77 | 0.19 | 118.11 | 0.63 | 0.5 |
| Hex | 34 | CE | 2F | 4B | 0 | 4D | 13 | 76 | 3F | 32 |
| Octal | 64 | 316 | 57 | 113 | 0 | 115 | 23 | 166 | 77 | 62 |
| Binary | 110100 | 11001110 | 101111 | 1001011 | 0 | 1001101 | 10011 | 1110110 | 111111 | 110010 |
Color Harmonies of #34CE2F
Complementary color
Monochromatic Colors of #34CE2F
Black with #34CE2F
Text Example
Text Example
White with #34CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CE2F; }
p { color: rgb(52,206,47); }
H1.HeaderClassName
{
color: #34CE2F;
}
.AnyTagClassName
{
color: #34CE2F;
}
</style>
background-color css
<style>
a { background-color: #34CE2F; }
a { background-color: rgb(52,206,47); }
div.DivClassName
{
background-color: #34CE2F;
}
.BgClassName
{
background-color: #34CE2F;
}
</style>
border-color css
<style>
span { border-color: #34CE2F; }
span { border-color: rgb(52,206,47); }
td.TdClassName
{
border-color: #34CE2F;
}
.TagClassName
{
border-color: #34CE2F;
}
</style>