Shades of Lime Green #2DFA34
Tints of Lime Green #2DFA34
RGB
CMYK
RGB Variations
Color information
#2DFA34 (or 0x2DFA34) is known color: Lime Green. HEX triplet: 2D, FA and 34. RGB value is (45,250,52). Sum of RGB (Red+Green+Blue) = 45+250+52=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 250 (98.05% from 255 or 72.05% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA34 is #D205CB. Grayscale: #A6A6A6. Windows color (decimal): -13764044 or 3471917. OLE color: 3471917.
HSL color Cylindrical-coordinate representation of color #2DFA34: hue angle of 122.05º 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 #2DFA34 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 52 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.02 |
| HSL | 122.05º | 0.95% | 0.58% | - |
| HSV(B) | 122.05º | 0.82% | 0.98% | - |
| XYZ | 35.89 | 69.18 | 14.71 | - |
| YUV | 166.13 | 63.58 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 52 | 0.82 | 0 | 0.79 | 0.02 | 122.05 | 0.95 | 0.58 |
| Hex | 2D | FA | 34 | 52 | 0 | 4F | 2 | 7A | 5F | 3A |
| Octal | 55 | 372 | 64 | 122 | 0 | 117 | 2 | 172 | 137 | 72 |
| Binary | 101101 | 11111010 | 110100 | 1010010 | 0 | 1001111 | 10 | 1111010 | 1011111 | 111010 |
Color Harmonies of #2DFA34
Complementary color
Monochromatic Colors of #2DFA34
Black with #2DFA34
Text Example
Text Example
White with #2DFA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA34; }
p { color: rgb(45,250,52); }
H1.HeaderClassName
{
color: #2DFA34;
}
.AnyTagClassName
{
color: #2DFA34;
}
</style>
background-color css
<style>
a { background-color: #2DFA34; }
a { background-color: rgb(45,250,52); }
div.DivClassName
{
background-color: #2DFA34;
}
.BgClassName
{
background-color: #2DFA34;
}
</style>
border-color css
<style>
span { border-color: #2DFA34; }
span { border-color: rgb(45,250,52); }
td.TdClassName
{
border-color: #2DFA34;
}
.TagClassName
{
border-color: #2DFA34;
}
</style>