Shades of Lime Green #34FA3E
Tints of Lime Green #34FA3E
RGB
CMYK
RGB Variations
Color information
#34FA3E (or 0x34FA3E) is known color: Lime Green. HEX triplet: 34, FA and 3E. RGB value is (52,250,62). Sum of RGB (Red+Green+Blue) = 52+250+62=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FA3E is #CB05C1. Grayscale: #A9A9A9. Windows color (decimal): -13305282 or 4127284. OLE color: 4127284.
HSL color Cylindrical-coordinate representation of color #34FA3E: hue angle of 123.03º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FA3E is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 62 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.02 |
| HSL | 123.03º | 0.95% | 0.59% | - |
| HSV(B) | 123.03º | 0.79% | 0.98% | - |
| XYZ | 36.47 | 69.45 | 16.04 | - |
| YUV | 169.37 | 67.4 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 62 | 0.79 | 0 | 0.75 | 0.02 | 123.03 | 0.95 | 0.59 |
| Hex | 34 | FA | 3E | 4F | 0 | 4B | 2 | 7B | 5F | 3B |
| Octal | 64 | 372 | 76 | 117 | 0 | 113 | 2 | 173 | 137 | 73 |
| Binary | 110100 | 11111010 | 111110 | 1001111 | 0 | 1001011 | 10 | 1111011 | 1011111 | 111011 |
Color Harmonies of #34FA3E
Complementary color
Monochromatic Colors of #34FA3E
Black with #34FA3E
Text Example
Text Example
White with #34FA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FA3E; }
p { color: rgb(52,250,62); }
H1.HeaderClassName
{
color: #34FA3E;
}
.AnyTagClassName
{
color: #34FA3E;
}
</style>
background-color css
<style>
a { background-color: #34FA3E; }
a { background-color: rgb(52,250,62); }
div.DivClassName
{
background-color: #34FA3E;
}
.BgClassName
{
background-color: #34FA3E;
}
</style>
border-color css
<style>
span { border-color: #34FA3E; }
span { border-color: rgb(52,250,62); }
td.TdClassName
{
border-color: #34FA3E;
}
.TagClassName
{
border-color: #34FA3E;
}
</style>