Shades of Lime Green #2DBD1B
Tints of Lime Green #2DBD1B
RGB
CMYK
RGB Variations
Color information
#2DBD1B (or 0x2DBD1B) is known color: Lime Green. HEX triplet: 2D, BD and 1B. RGB value is (45,189,27). Sum of RGB (Red+Green+Blue) = 45+189+27=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBD1B is #D242E4. Grayscale: #7F7F7F. Windows color (decimal): -13779685 or 1817901. OLE color: 1817901.
HSL color Cylindrical-coordinate representation of color #2DBD1B: hue angle of 113.33º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DBD1B is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
RGB | 45 | 189 | 27 | - |
CMYK | 0.76 | 0 | 0.86 | 0.26 |
HSL | 113.33º | 0.75% | 0.42% | - |
HSV(B) | 113.33º | 0.86% | 0.74% | - |
XYZ | 19.48 | 37.03 | 7.16 | - |
YUV | 127.48 | 71.29 | 69.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 189 | 27 | 0.76 | 0 | 0.86 | 0.26 | 113.33 | 0.75 | 0.42 |
Hex | 2D | BD | 1B | 4C | 0 | 56 | 1A | 71 | 4B | 2A |
Octal | 55 | 275 | 33 | 114 | 0 | 126 | 32 | 161 | 113 | 52 |
Binary | 101101 | 10111101 | 11011 | 1001100 | 0 | 1010110 | 11010 | 1110001 | 1001011 | 101010 |
Color Harmonies of #2DBD1B
Complementary color
Monochromatic Colors of #2DBD1B
Black with #2DBD1B
Text Example
Text Example
White with #2DBD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD1B; }
p { color: rgb(45,189,27); }
H1.HeaderClassName
{
color: #2DBD1B;
}
.AnyTagClassName
{
color: #2DBD1B;
}
</style>
background-color css
<style>
a { background-color: #2DBD1B; }
a { background-color: rgb(45,189,27); }
div.DivClassName
{
background-color: #2DBD1B;
}
.BgClassName
{
background-color: #2DBD1B;
}
</style>
border-color css
<style>
span { border-color: #2DBD1B; }
span { border-color: rgb(45,189,27); }
td.TdClassName
{
border-color: #2DBD1B;
}
.TagClassName
{
border-color: #2DBD1B;
}
</style>