Shades of Lime Green #34FB2D
Tints of Lime Green #34FB2D
RGB
CMYK
RGB Variations
Color information
#34FB2D (or 0x34FB2D) is known color: Lime Green. HEX triplet: 34, FB and 2D. RGB value is (52,251,45). Sum of RGB (Red+Green+Blue) = 52+251+45=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 251 (98.44% from 255 or 72.13% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FB2D is #CB04D2. Grayscale: #A8A8A8. Windows color (decimal): -13305043 or 3013428. OLE color: 3013428.
HSL color Cylindrical-coordinate representation of color #34FB2D: hue angle of 117.96º degrees, saturation: 0.96, 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 #34FB2D is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 251 | 45 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.02 |
| HSL | 117.96º | 0.96% | 0.58% | - |
| HSV(B) | 117.96º | 0.82% | 0.98% | - |
| XYZ | 36.39 | 69.91 | 14.06 | - |
| YUV | 168.02 | 58.57 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 251 | 45 | 0.79 | 0 | 0.82 | 0.02 | 117.96 | 0.96 | 0.58 |
| Hex | 34 | FB | 2D | 4F | 0 | 52 | 2 | 76 | 60 | 3A |
| Octal | 64 | 373 | 55 | 117 | 0 | 122 | 2 | 166 | 140 | 72 |
| Binary | 110100 | 11111011 | 101101 | 1001111 | 0 | 1010010 | 10 | 1110110 | 1100000 | 111010 |
Color Harmonies of #34FB2D
Complementary color
Monochromatic Colors of #34FB2D
Black with #34FB2D
Text Example
Text Example
White with #34FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FB2D; }
p { color: rgb(52,251,45); }
H1.HeaderClassName
{
color: #34FB2D;
}
.AnyTagClassName
{
color: #34FB2D;
}
</style>
background-color css
<style>
a { background-color: #34FB2D; }
a { background-color: rgb(52,251,45); }
div.DivClassName
{
background-color: #34FB2D;
}
.BgClassName
{
background-color: #34FB2D;
}
</style>
border-color css
<style>
span { border-color: #34FB2D; }
span { border-color: rgb(52,251,45); }
td.TdClassName
{
border-color: #34FB2D;
}
.TagClassName
{
border-color: #34FB2D;
}
</style>