Shades of Lime Green #34CF2E
Tints of Lime Green #34CF2E
RGB
CMYK
RGB Variations
Color information
#34CF2E (or 0x34CF2E) is known color: Lime Green. HEX triplet: 34, CF and 2E. RGB value is (52,207,46). Sum of RGB (Red+Green+Blue) = 52+207+46=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CF2E is #CB30D1. Grayscale: #8E8E8E. Windows color (decimal): -13316306 or 3067700. OLE color: 3067700.
HSL color Cylindrical-coordinate representation of color #34CF2E: hue angle of 117.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34CF2E is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 46 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.19 |
| HSL | 117.76º | 0.64% | 0.5% | - |
| HSV(B) | 117.76º | 0.78% | 0.81% | - |
| XYZ | 24.22 | 45.55 | 10.1 | - |
| YUV | 142.3 | 73.65 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 46 | 0.75 | 0 | 0.78 | 0.19 | 117.76 | 0.64 | 0.5 |
| Hex | 34 | CF | 2E | 4B | 0 | 4E | 13 | 76 | 40 | 32 |
| Octal | 64 | 317 | 56 | 113 | 0 | 116 | 23 | 166 | 100 | 62 |
| Binary | 110100 | 11001111 | 101110 | 1001011 | 0 | 1001110 | 10011 | 1110110 | 1000000 | 110010 |
Color Harmonies of #34CF2E
Complementary color
Monochromatic Colors of #34CF2E
Black with #34CF2E
Text Example
Text Example
White with #34CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF2E; }
p { color: rgb(52,207,46); }
H1.HeaderClassName
{
color: #34CF2E;
}
.AnyTagClassName
{
color: #34CF2E;
}
</style>
background-color css
<style>
a { background-color: #34CF2E; }
a { background-color: rgb(52,207,46); }
div.DivClassName
{
background-color: #34CF2E;
}
.BgClassName
{
background-color: #34CF2E;
}
</style>
border-color css
<style>
span { border-color: #34CF2E; }
span { border-color: rgb(52,207,46); }
td.TdClassName
{
border-color: #34CF2E;
}
.TagClassName
{
border-color: #34CF2E;
}
</style>