Shades of Lime Green #34E83C
Tints of Lime Green #34E83C
RGB
CMYK
RGB Variations
Color information
#34E83C (or 0x34E83C) is known color: Lime Green. HEX triplet: 34, E8 and 3C. RGB value is (52,232,60). Sum of RGB (Red+Green+Blue) = 52+232+60=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 232 (91.02% from 255 or 67.44% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 232 - color contains mainly: green. Hex color #34E83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E83C is #CB17C3. Grayscale: #9F9F9F. Windows color (decimal): -13309892 or 3991604. OLE color: 3991604.
HSL color Cylindrical-coordinate representation of color #34E83C: hue angle of 122.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E83C is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 232 | 60 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.09 |
| HSL | 122.67º | 0.8% | 0.56% | - |
| HSV(B) | 122.67º | 0.78% | 0.91% | - |
| XYZ | 31.09 | 58.77 | 13.98 | - |
| YUV | 158.57 | 72.37 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 232 | 60 | 0.78 | 0 | 0.74 | 0.09 | 122.67 | 0.8 | 0.56 |
| Hex | 34 | E8 | 3C | 4E | 0 | 4A | 9 | 7B | 50 | 38 |
| Octal | 64 | 350 | 74 | 116 | 0 | 112 | 11 | 173 | 120 | 70 |
| Binary | 110100 | 11101000 | 111100 | 1001110 | 0 | 1001010 | 1001 | 1111011 | 1010000 | 111000 |
Color Harmonies of #34E83C
Complementary color
Monochromatic Colors of #34E83C
Black with #34E83C
Text Example
Text Example
White with #34E83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E83C; }
p { color: rgb(52,232,60); }
H1.HeaderClassName
{
color: #34E83C;
}
.AnyTagClassName
{
color: #34E83C;
}
</style>
background-color css
<style>
a { background-color: #34E83C; }
a { background-color: rgb(52,232,60); }
div.DivClassName
{
background-color: #34E83C;
}
.BgClassName
{
background-color: #34E83C;
}
</style>
border-color css
<style>
span { border-color: #34E83C; }
span { border-color: rgb(52,232,60); }
td.TdClassName
{
border-color: #34E83C;
}
.TagClassName
{
border-color: #34E83C;
}
</style>