Shades of Lime Green #34FA2D
Tints of Lime Green #34FA2D
RGB
CMYK
RGB Variations
Color information
#34FA2D (or 0x34FA2D) is known color: Lime Green. HEX triplet: 34, FA and 2D. RGB value is (52,250,45). Sum of RGB (Red+Green+Blue) = 52+250+45=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 250 (98.05% from 255 or 72.05% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FA2D is #CB05D2. Grayscale: #A8A8A8. Windows color (decimal): -13305299 or 3013172. OLE color: 3013172.
HSL color Cylindrical-coordinate representation of color #34FA2D: hue angle of 117.95º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34FA2D is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 45 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.02 |
| HSL | 117.95º | 0.95% | 0.58% | - |
| HSV(B) | 117.95º | 0.82% | 0.98% | - |
| XYZ | 36.08 | 69.29 | 13.96 | - |
| YUV | 167.43 | 58.9 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 45 | 0.79 | 0 | 0.82 | 0.02 | 117.95 | 0.95 | 0.58 |
| Hex | 34 | FA | 2D | 4F | 0 | 52 | 2 | 76 | 5F | 3A |
| Octal | 64 | 372 | 55 | 117 | 0 | 122 | 2 | 166 | 137 | 72 |
| Binary | 110100 | 11111010 | 101101 | 1001111 | 0 | 1010010 | 10 | 1110110 | 1011111 | 111010 |
Color Harmonies of #34FA2D
Complementary color
Monochromatic Colors of #34FA2D
Black with #34FA2D
Text Example
Text Example
White with #34FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FA2D; }
p { color: rgb(52,250,45); }
H1.HeaderClassName
{
color: #34FA2D;
}
.AnyTagClassName
{
color: #34FA2D;
}
</style>
background-color css
<style>
a { background-color: #34FA2D; }
a { background-color: rgb(52,250,45); }
div.DivClassName
{
background-color: #34FA2D;
}
.BgClassName
{
background-color: #34FA2D;
}
</style>
border-color css
<style>
span { border-color: #34FA2D; }
span { border-color: rgb(52,250,45); }
td.TdClassName
{
border-color: #34FA2D;
}
.TagClassName
{
border-color: #34FA2D;
}
</style>