Shades of Lime Green #2DD92A
Tints of Lime Green #2DD92A
RGB
CMYK
RGB Variations
Color information
#2DD92A (or 0x2DD92A) is known color: Lime Green. HEX triplet: 2D, D9 and 2A. RGB value is (45,217,42). Sum of RGB (Red+Green+Blue) = 45+217+42=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD92A is #D226D5. Grayscale: #929292. Windows color (decimal): -13772502 or 2808109. OLE color: 2808109.
HSL color Cylindrical-coordinate representation of color #2DD92A: hue angle of 118.97º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DD92A is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 42 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.15 |
| HSL | 118.97º | 0.7% | 0.51% | - |
| HSV(B) | 118.97º | 0.81% | 0.85% | - |
| XYZ | 26.31 | 50.35 | 10.52 | - |
| YUV | 145.62 | 69.52 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 42 | 0.79 | 0 | 0.81 | 0.15 | 118.97 | 0.7 | 0.51 |
| Hex | 2D | D9 | 2A | 4F | 0 | 51 | F | 77 | 46 | 33 |
| Octal | 55 | 331 | 52 | 117 | 0 | 121 | 17 | 167 | 106 | 63 |
| Binary | 101101 | 11011001 | 101010 | 1001111 | 0 | 1010001 | 1111 | 1110111 | 1000110 | 110011 |
Color Harmonies of #2DD92A
Complementary color
Monochromatic Colors of #2DD92A
Black with #2DD92A
Text Example
Text Example
White with #2DD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD92A; }
p { color: rgb(45,217,42); }
H1.HeaderClassName
{
color: #2DD92A;
}
.AnyTagClassName
{
color: #2DD92A;
}
</style>
background-color css
<style>
a { background-color: #2DD92A; }
a { background-color: rgb(45,217,42); }
div.DivClassName
{
background-color: #2DD92A;
}
.BgClassName
{
background-color: #2DD92A;
}
</style>
border-color css
<style>
span { border-color: #2DD92A; }
span { border-color: rgb(45,217,42); }
td.TdClassName
{
border-color: #2DD92A;
}
.TagClassName
{
border-color: #2DD92A;
}
</style>