Shades of Lime Green #2DEA30
Tints of Lime Green #2DEA30
RGB
CMYK
RGB Variations
Color information
#2DEA30 (or 0x2DEA30) is known color: Lime Green. HEX triplet: 2D, EA and 30. RGB value is (45,234,48). Sum of RGB (Red+Green+Blue) = 45+234+48=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 234 (91.80% from 255 or 71.56% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEA30 is #D215CF. Grayscale: #9C9C9C. Windows color (decimal): -13768144 or 3205677. OLE color: 3205677.
HSL color Cylindrical-coordinate representation of color #2DEA30: hue angle of 120.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEA30 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 48 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.08 |
| HSL | 120.95º | 0.82% | 0.55% | - |
| HSV(B) | 120.95º | 0.81% | 0.92% | - |
| XYZ | 31.04 | 59.62 | 12.67 | - |
| YUV | 156.29 | 66.88 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 48 | 0.81 | 0 | 0.79 | 0.08 | 120.95 | 0.82 | 0.55 |
| Hex | 2D | EA | 30 | 51 | 0 | 4F | 8 | 79 | 52 | 37 |
| Octal | 55 | 352 | 60 | 121 | 0 | 117 | 10 | 171 | 122 | 67 |
| Binary | 101101 | 11101010 | 110000 | 1010001 | 0 | 1001111 | 1000 | 1111001 | 1010010 | 110111 |
Color Harmonies of #2DEA30
Complementary color
Monochromatic Colors of #2DEA30
Black with #2DEA30
Text Example
Text Example
White with #2DEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA30; }
p { color: rgb(45,234,48); }
H1.HeaderClassName
{
color: #2DEA30;
}
.AnyTagClassName
{
color: #2DEA30;
}
</style>
background-color css
<style>
a { background-color: #2DEA30; }
a { background-color: rgb(45,234,48); }
div.DivClassName
{
background-color: #2DEA30;
}
.BgClassName
{
background-color: #2DEA30;
}
</style>
border-color css
<style>
span { border-color: #2DEA30; }
span { border-color: rgb(45,234,48); }
td.TdClassName
{
border-color: #2DEA30;
}
.TagClassName
{
border-color: #2DEA30;
}
</style>