Shades of Lime Green #2DBB1F
Tints of Lime Green #2DBB1F
RGB
CMYK
RGB Variations
Color information
#2DBB1F (or 0x2DBB1F) is known color: Lime Green. HEX triplet: 2D, BB and 1F. RGB value is (45,187,31). Sum of RGB (Red+Green+Blue) = 45+187+31=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 187 (73.44% from 255 or 71.10% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBB1F is #D244E0. Grayscale: #7F7F7F. Windows color (decimal): -13780193 or 2079533. OLE color: 2079533.
HSL color Cylindrical-coordinate representation of color #2DBB1F: hue angle of 114.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DBB1F is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 31 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.27 |
| HSL | 114.62º | 0.72% | 0.43% | - |
| HSV(B) | 114.62º | 0.83% | 0.73% | - |
| XYZ | 19.1 | 36.2 | 7.28 | - |
| YUV | 126.76 | 73.96 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 31 | 0.76 | 0 | 0.83 | 0.27 | 114.62 | 0.72 | 0.43 |
| Hex | 2D | BB | 1F | 4C | 0 | 53 | 1B | 73 | 48 | 2B |
| Octal | 55 | 273 | 37 | 114 | 0 | 123 | 33 | 163 | 110 | 53 |
| Binary | 101101 | 10111011 | 11111 | 1001100 | 0 | 1010011 | 11011 | 1110011 | 1001000 | 101011 |
Color Harmonies of #2DBB1F
Complementary color
Monochromatic Colors of #2DBB1F
Black with #2DBB1F
Text Example
Text Example
White with #2DBB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBB1F; }
p { color: rgb(45,187,31); }
H1.HeaderClassName
{
color: #2DBB1F;
}
.AnyTagClassName
{
color: #2DBB1F;
}
</style>
background-color css
<style>
a { background-color: #2DBB1F; }
a { background-color: rgb(45,187,31); }
div.DivClassName
{
background-color: #2DBB1F;
}
.BgClassName
{
background-color: #2DBB1F;
}
</style>
border-color css
<style>
span { border-color: #2DBB1F; }
span { border-color: rgb(45,187,31); }
td.TdClassName
{
border-color: #2DBB1F;
}
.TagClassName
{
border-color: #2DBB1F;
}
</style>