Shades of Lime Green #2DD627
Tints of Lime Green #2DD627
RGB
CMYK
RGB Variations
Color information
#2DD627 (or 0x2DD627) is known color: Lime Green. HEX triplet: 2D, D6 and 27. RGB value is (45,214,39). Sum of RGB (Red+Green+Blue) = 45+214+39=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 214 (83.98% from 255 or 71.81% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD627 is #D229D8. Grayscale: #909090. Windows color (decimal): -13773273 or 2610733. OLE color: 2610733.
HSL color Cylindrical-coordinate representation of color #2DD627: hue angle of 117.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DD627 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 39 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.16 |
| HSL | 117.94º | 0.69% | 0.5% | - |
| HSV(B) | 117.94º | 0.82% | 0.84% | - |
| XYZ | 25.49 | 48.8 | 9.99 | - |
| YUV | 143.52 | 69.01 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 39 | 0.79 | 0 | 0.82 | 0.16 | 117.94 | 0.69 | 0.5 |
| Hex | 2D | D6 | 27 | 4F | 0 | 52 | 10 | 76 | 45 | 32 |
| Octal | 55 | 326 | 47 | 117 | 0 | 122 | 20 | 166 | 105 | 62 |
| Binary | 101101 | 11010110 | 100111 | 1001111 | 0 | 1010010 | 10000 | 1110110 | 1000101 | 110010 |
Color Harmonies of #2DD627
Complementary color
Monochromatic Colors of #2DD627
Black with #2DD627
Text Example
Text Example
White with #2DD627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD627; }
p { color: rgb(45,214,39); }
H1.HeaderClassName
{
color: #2DD627;
}
.AnyTagClassName
{
color: #2DD627;
}
</style>
background-color css
<style>
a { background-color: #2DD627; }
a { background-color: rgb(45,214,39); }
div.DivClassName
{
background-color: #2DD627;
}
.BgClassName
{
background-color: #2DD627;
}
</style>
border-color css
<style>
span { border-color: #2DD627; }
span { border-color: rgb(45,214,39); }
td.TdClassName
{
border-color: #2DD627;
}
.TagClassName
{
border-color: #2DD627;
}
</style>