Shades of Lime Green #2DD51B
Tints of Lime Green #2DD51B
RGB
CMYK
RGB Variations
Color information
#2DD51B (or 0x2DD51B) is known color: Lime Green. HEX triplet: 2D, D5 and 1B. RGB value is (45,213,27). Sum of RGB (Red+Green+Blue) = 45+213+27=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 213 (83.59% from 255 or 74.74% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD51B is #D22AE4. Grayscale: #8E8E8E. Windows color (decimal): -13773541 or 1824045. OLE color: 1824045.
HSL color Cylindrical-coordinate representation of color #2DD51B: hue angle of 114.19º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DD51B is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 213 | 27 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.16 |
| HSL | 114.19º | 0.78% | 0.47% | - |
| HSV(B) | 114.19º | 0.87% | 0.84% | - |
| XYZ | 25.07 | 48.23 | 9.02 | - |
| YUV | 141.56 | 63.34 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 213 | 27 | 0.79 | 0 | 0.87 | 0.16 | 114.19 | 0.78 | 0.47 |
| Hex | 2D | D5 | 1B | 4F | 0 | 57 | 10 | 72 | 4E | 2F |
| Octal | 55 | 325 | 33 | 117 | 0 | 127 | 20 | 162 | 116 | 57 |
| Binary | 101101 | 11010101 | 11011 | 1001111 | 0 | 1010111 | 10000 | 1110010 | 1001110 | 101111 |
Color Harmonies of #2DD51B
Complementary color
Monochromatic Colors of #2DD51B
Black with #2DD51B
Text Example
Text Example
White with #2DD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD51B; }
p { color: rgb(45,213,27); }
H1.HeaderClassName
{
color: #2DD51B;
}
.AnyTagClassName
{
color: #2DD51B;
}
</style>
background-color css
<style>
a { background-color: #2DD51B; }
a { background-color: rgb(45,213,27); }
div.DivClassName
{
background-color: #2DD51B;
}
.BgClassName
{
background-color: #2DD51B;
}
</style>
border-color css
<style>
span { border-color: #2DD51B; }
span { border-color: rgb(45,213,27); }
td.TdClassName
{
border-color: #2DD51B;
}
.TagClassName
{
border-color: #2DD51B;
}
</style>