Shades of Lime Green #2DDA3E
Tints of Lime Green #2DDA3E
RGB
CMYK
RGB Variations
Color information
#2DDA3E (or 0x2DDA3E) is known color: Lime Green. HEX triplet: 2D, DA and 3E. RGB value is (45,218,62). Sum of RGB (Red+Green+Blue) = 45+218+62=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDA3E is #D225C1. Grayscale: #949494. Windows color (decimal): -13772226 or 4119085. OLE color: 4119085.
HSL color Cylindrical-coordinate representation of color #2DDA3E: hue angle of 125.9º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDA3E is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
RGB | 45 | 218 | 62 | - |
CMYK | 0.79 | 0 | 0.72 | 0.15 |
HSL | 125.9º | 0.7% | 0.52% | - |
HSV(B) | 125.9º | 0.79% | 0.85% | - |
XYZ | 27.02 | 51.05 | 12.99 | - |
YUV | 148.49 | 79.19 | 54.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 218 | 62 | 0.79 | 0 | 0.72 | 0.15 | 125.9 | 0.7 | 0.52 |
Hex | 2D | DA | 3E | 4F | 0 | 48 | F | 7E | 46 | 34 |
Octal | 55 | 332 | 76 | 117 | 0 | 110 | 17 | 176 | 106 | 64 |
Binary | 101101 | 11011010 | 111110 | 1001111 | 0 | 1001000 | 1111 | 1111110 | 1000110 | 110100 |
Color Harmonies of #2DDA3E
Complementary color
Monochromatic Colors of #2DDA3E
Black with #2DDA3E
Text Example
Text Example
White with #2DDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA3E; }
p { color: rgb(45,218,62); }
H1.HeaderClassName
{
color: #2DDA3E;
}
.AnyTagClassName
{
color: #2DDA3E;
}
</style>
background-color css
<style>
a { background-color: #2DDA3E; }
a { background-color: rgb(45,218,62); }
div.DivClassName
{
background-color: #2DDA3E;
}
.BgClassName
{
background-color: #2DDA3E;
}
</style>
border-color css
<style>
span { border-color: #2DDA3E; }
span { border-color: rgb(45,218,62); }
td.TdClassName
{
border-color: #2DDA3E;
}
.TagClassName
{
border-color: #2DDA3E;
}
</style>