Shades of Lime Green #2DBC2C
Tints of Lime Green #2DBC2C
RGB
CMYK
RGB Variations
Color information
#2DBC2C (or 0x2DBC2C) is known color: Lime Green. HEX triplet: 2D, BC and 2C. RGB value is (45,188,44). Sum of RGB (Red+Green+Blue) = 45+188+44=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBC2C is #D243D3. Grayscale: #818181. Windows color (decimal): -13779924 or 2931757. OLE color: 2931757.
HSL color Cylindrical-coordinate representation of color #2DBC2C: hue angle of 119.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DBC2C is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 44 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.26 |
| HSL | 119.58º | 0.62% | 0.45% | - |
| HSV(B) | 119.58º | 0.77% | 0.74% | - |
| XYZ | 19.52 | 36.71 | 8.44 | - |
| YUV | 128.83 | 80.12 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 44 | 0.76 | 0 | 0.77 | 0.26 | 119.58 | 0.62 | 0.45 |
| Hex | 2D | BC | 2C | 4C | 0 | 4D | 1A | 78 | 3E | 2D |
| Octal | 55 | 274 | 54 | 114 | 0 | 115 | 32 | 170 | 76 | 55 |
| Binary | 101101 | 10111100 | 101100 | 1001100 | 0 | 1001101 | 11010 | 1111000 | 111110 | 101101 |
Color Harmonies of #2DBC2C
Complementary color
Monochromatic Colors of #2DBC2C
Black with #2DBC2C
Text Example
Text Example
White with #2DBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC2C; }
p { color: rgb(45,188,44); }
H1.HeaderClassName
{
color: #2DBC2C;
}
.AnyTagClassName
{
color: #2DBC2C;
}
</style>
background-color css
<style>
a { background-color: #2DBC2C; }
a { background-color: rgb(45,188,44); }
div.DivClassName
{
background-color: #2DBC2C;
}
.BgClassName
{
background-color: #2DBC2C;
}
</style>
border-color css
<style>
span { border-color: #2DBC2C; }
span { border-color: rgb(45,188,44); }
td.TdClassName
{
border-color: #2DBC2C;
}
.TagClassName
{
border-color: #2DBC2C;
}
</style>