Shades of Lime Green #2DD23B
Tints of Lime Green #2DD23B
RGB
CMYK
RGB Variations
Color information
#2DD23B (or 0x2DD23B) is known color: Lime Green. HEX triplet: 2D, D2 and 3B. RGB value is (45,210,59). Sum of RGB (Red+Green+Blue) = 45+210+59=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD23B is #D22DC4. Grayscale: #8F8F8F. Windows color (decimal): -13774277 or 3920429. OLE color: 3920429.
HSL color Cylindrical-coordinate representation of color #2DD23B: hue angle of 125.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD23B is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 210 | 59 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.18 |
| HSL | 125.09º | 0.65% | 0.5% | - |
| HSV(B) | 125.09º | 0.79% | 0.82% | - |
| XYZ | 24.92 | 46.97 | 11.89 | - |
| YUV | 143.45 | 80.34 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 210 | 59 | 0.79 | 0 | 0.72 | 0.18 | 125.09 | 0.65 | 0.5 |
| Hex | 2D | D2 | 3B | 4F | 0 | 48 | 12 | 7D | 41 | 32 |
| Octal | 55 | 322 | 73 | 117 | 0 | 110 | 22 | 175 | 101 | 62 |
| Binary | 101101 | 11010010 | 111011 | 1001111 | 0 | 1001000 | 10010 | 1111101 | 1000001 | 110010 |
Color Harmonies of #2DD23B
Complementary color
Monochromatic Colors of #2DD23B
Black with #2DD23B
Text Example
Text Example
White with #2DD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD23B; }
p { color: rgb(45,210,59); }
H1.HeaderClassName
{
color: #2DD23B;
}
.AnyTagClassName
{
color: #2DD23B;
}
</style>
background-color css
<style>
a { background-color: #2DD23B; }
a { background-color: rgb(45,210,59); }
div.DivClassName
{
background-color: #2DD23B;
}
.BgClassName
{
background-color: #2DD23B;
}
</style>
border-color css
<style>
span { border-color: #2DD23B; }
span { border-color: rgb(45,210,59); }
td.TdClassName
{
border-color: #2DD23B;
}
.TagClassName
{
border-color: #2DD23B;
}
</style>