Shades of Lime Green #2DBF1B
Tints of Lime Green #2DBF1B
RGB
CMYK
RGB Variations
Color information
#2DBF1B (or 0x2DBF1B) is known color: Lime Green. HEX triplet: 2D, BF and 1B. RGB value is (45,191,27). Sum of RGB (Red+Green+Blue) = 45+191+27=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF1B is #D240E4. Grayscale: #818181. Windows color (decimal): -13779173 or 1818413. OLE color: 1818413.
HSL color Cylindrical-coordinate representation of color #2DBF1B: hue angle of 113.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DBF1B is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 27 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.25 |
| HSL | 113.41º | 0.75% | 0.43% | - |
| HSV(B) | 113.41º | 0.86% | 0.75% | - |
| XYZ | 19.91 | 37.9 | 7.3 | - |
| YUV | 128.65 | 70.63 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 27 | 0.76 | 0 | 0.86 | 0.25 | 113.41 | 0.75 | 0.43 |
| Hex | 2D | BF | 1B | 4C | 0 | 56 | 19 | 71 | 4B | 2B |
| Octal | 55 | 277 | 33 | 114 | 0 | 126 | 31 | 161 | 113 | 53 |
| Binary | 101101 | 10111111 | 11011 | 1001100 | 0 | 1010110 | 11001 | 1110001 | 1001011 | 101011 |
Color Harmonies of #2DBF1B
Complementary color
Monochromatic Colors of #2DBF1B
Black with #2DBF1B
Text Example
Text Example
White with #2DBF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF1B; }
p { color: rgb(45,191,27); }
H1.HeaderClassName
{
color: #2DBF1B;
}
.AnyTagClassName
{
color: #2DBF1B;
}
</style>
background-color css
<style>
a { background-color: #2DBF1B; }
a { background-color: rgb(45,191,27); }
div.DivClassName
{
background-color: #2DBF1B;
}
.BgClassName
{
background-color: #2DBF1B;
}
</style>
border-color css
<style>
span { border-color: #2DBF1B; }
span { border-color: rgb(45,191,27); }
td.TdClassName
{
border-color: #2DBF1B;
}
.TagClassName
{
border-color: #2DBF1B;
}
</style>