Shades of Lime Green #2DFA37
Tints of Lime Green #2DFA37
RGB
CMYK
RGB Variations
Color information
#2DFA37 (or 0x2DFA37) is known color: Lime Green. HEX triplet: 2D, FA and 37. RGB value is (45,250,55). Sum of RGB (Red+Green+Blue) = 45+250+55=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA37 is #D205C8. Grayscale: #A7A7A7. Windows color (decimal): -13764041 or 3668525. OLE color: 3668525.
HSL color Cylindrical-coordinate representation of color #2DFA37: hue angle of 122.93º 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 #2DFA37 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 55 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.02 |
| HSL | 122.93º | 0.95% | 0.58% | - |
| HSV(B) | 122.93º | 0.82% | 0.98% | - |
| XYZ | 35.96 | 69.2 | 15.08 | - |
| YUV | 166.48 | 65.08 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 55 | 0.82 | 0 | 0.78 | 0.02 | 122.93 | 0.95 | 0.58 |
| Hex | 2D | FA | 37 | 52 | 0 | 4E | 2 | 7B | 5F | 3A |
| Octal | 55 | 372 | 67 | 122 | 0 | 116 | 2 | 173 | 137 | 72 |
| Binary | 101101 | 11111010 | 110111 | 1010010 | 0 | 1001110 | 10 | 1111011 | 1011111 | 111010 |
Color Harmonies of #2DFA37
Complementary color
Monochromatic Colors of #2DFA37
Black with #2DFA37
Text Example
Text Example
White with #2DFA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA37; }
p { color: rgb(45,250,55); }
H1.HeaderClassName
{
color: #2DFA37;
}
.AnyTagClassName
{
color: #2DFA37;
}
</style>
background-color css
<style>
a { background-color: #2DFA37; }
a { background-color: rgb(45,250,55); }
div.DivClassName
{
background-color: #2DFA37;
}
.BgClassName
{
background-color: #2DFA37;
}
</style>
border-color css
<style>
span { border-color: #2DFA37; }
span { border-color: rgb(45,250,55); }
td.TdClassName
{
border-color: #2DFA37;
}
.TagClassName
{
border-color: #2DFA37;
}
</style>