Shades of Lime Green #2DD427
Tints of Lime Green #2DD427
RGB
CMYK
RGB Variations
Color information
#2DD427 (or 0x2DD427) is known color: Lime Green. HEX triplet: 2D, D4 and 27. RGB value is (45,212,39). Sum of RGB (Red+Green+Blue) = 45+212+39=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 212 (83.20% from 255 or 71.62% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD427 is #D22BD8. Grayscale: #8E8E8E. Windows color (decimal): -13773785 or 2610221. OLE color: 2610221.
HSL color Cylindrical-coordinate representation of color #2DD427: hue angle of 117.92º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DD427 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 212 | 39 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.17 |
| HSL | 117.92º | 0.69% | 0.49% | - |
| HSV(B) | 117.92º | 0.82% | 0.83% | - |
| XYZ | 24.99 | 47.79 | 9.83 | - |
| YUV | 142.35 | 69.67 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 212 | 39 | 0.79 | 0 | 0.82 | 0.17 | 117.92 | 0.69 | 0.49 |
| Hex | 2D | D4 | 27 | 4F | 0 | 52 | 11 | 76 | 45 | 31 |
| Octal | 55 | 324 | 47 | 117 | 0 | 122 | 21 | 166 | 105 | 61 |
| Binary | 101101 | 11010100 | 100111 | 1001111 | 0 | 1010010 | 10001 | 1110110 | 1000101 | 110001 |
Color Harmonies of #2DD427
Complementary color
Monochromatic Colors of #2DD427
Black with #2DD427
Text Example
Text Example
White with #2DD427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD427; }
p { color: rgb(45,212,39); }
H1.HeaderClassName
{
color: #2DD427;
}
.AnyTagClassName
{
color: #2DD427;
}
</style>
background-color css
<style>
a { background-color: #2DD427; }
a { background-color: rgb(45,212,39); }
div.DivClassName
{
background-color: #2DD427;
}
.BgClassName
{
background-color: #2DD427;
}
</style>
border-color css
<style>
span { border-color: #2DD427; }
span { border-color: rgb(45,212,39); }
td.TdClassName
{
border-color: #2DD427;
}
.TagClassName
{
border-color: #2DD427;
}
</style>