Shades of Lime Green #2DCB2C
Tints of Lime Green #2DCB2C
RGB
CMYK
RGB Variations
Color information
#2DCB2C (or 0x2DCB2C) is known color: Lime Green. HEX triplet: 2D, CB and 2C. RGB value is (45,203,44). Sum of RGB (Red+Green+Blue) = 45+203+44=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 203 (79.69% from 255 or 69.52% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCB2C is #D234D3. Grayscale: #8A8A8A. Windows color (decimal): -13776084 or 2935597. OLE color: 2935597.
HSL color Cylindrical-coordinate representation of color #2DCB2C: hue angle of 119.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCB2C is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 44 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.20 |
| HSL | 119.62º | 0.64% | 0.48% | - |
| HSV(B) | 119.62º | 0.78% | 0.8% | - |
| XYZ | 22.89 | 43.45 | 9.56 | - |
| YUV | 137.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 44 | 0.78 | 0 | 0.78 | 0.20 | 119.62 | 0.64 | 0.48 |
| Hex | 2D | CB | 2C | 4E | 0 | 4E | 14 | 78 | 40 | 30 |
| Octal | 55 | 313 | 54 | 116 | 0 | 116 | 24 | 170 | 100 | 60 |
| Binary | 101101 | 11001011 | 101100 | 1001110 | 0 | 1001110 | 10100 | 1111000 | 1000000 | 110000 |
Color Harmonies of #2DCB2C
Complementary color
Monochromatic Colors of #2DCB2C
Black with #2DCB2C
Text Example
Text Example
White with #2DCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCB2C; }
p { color: rgb(45,203,44); }
H1.HeaderClassName
{
color: #2DCB2C;
}
.AnyTagClassName
{
color: #2DCB2C;
}
</style>
background-color css
<style>
a { background-color: #2DCB2C; }
a { background-color: rgb(45,203,44); }
div.DivClassName
{
background-color: #2DCB2C;
}
.BgClassName
{
background-color: #2DCB2C;
}
</style>
border-color css
<style>
span { border-color: #2DCB2C; }
span { border-color: rgb(45,203,44); }
td.TdClassName
{
border-color: #2DCB2C;
}
.TagClassName
{
border-color: #2DCB2C;
}
</style>