Shades of Lime Green #2DC31B
Tints of Lime Green #2DC31B
RGB
CMYK
RGB Variations
Color information
#2DC31B (or 0x2DC31B) is known color: Lime Green. HEX triplet: 2D, C3 and 1B. RGB value is (45,195,27). Sum of RGB (Red+Green+Blue) = 45+195+27=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC31B is #D23CE4. Grayscale: #838383. Windows color (decimal): -13778149 or 1819437. OLE color: 1819437.
HSL color Cylindrical-coordinate representation of color #2DC31B: hue angle of 113.57º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DC31B is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 27 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.24 |
| HSL | 113.57º | 0.76% | 0.44% | - |
| HSV(B) | 113.57º | 0.86% | 0.76% | - |
| XYZ | 20.8 | 39.67 | 7.6 | - |
| YUV | 131 | 69.31 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 27 | 0.77 | 0 | 0.86 | 0.24 | 113.57 | 0.76 | 0.44 |
| Hex | 2D | C3 | 1B | 4D | 0 | 56 | 18 | 72 | 4C | 2C |
| Octal | 55 | 303 | 33 | 115 | 0 | 126 | 30 | 162 | 114 | 54 |
| Binary | 101101 | 11000011 | 11011 | 1001101 | 0 | 1010110 | 11000 | 1110010 | 1001100 | 101100 |
Color Harmonies of #2DC31B
Complementary color
Monochromatic Colors of #2DC31B
Black with #2DC31B
Text Example
Text Example
White with #2DC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC31B; }
p { color: rgb(45,195,27); }
H1.HeaderClassName
{
color: #2DC31B;
}
.AnyTagClassName
{
color: #2DC31B;
}
</style>
background-color css
<style>
a { background-color: #2DC31B; }
a { background-color: rgb(45,195,27); }
div.DivClassName
{
background-color: #2DC31B;
}
.BgClassName
{
background-color: #2DC31B;
}
</style>
border-color css
<style>
span { border-color: #2DC31B; }
span { border-color: rgb(45,195,27); }
td.TdClassName
{
border-color: #2DC31B;
}
.TagClassName
{
border-color: #2DC31B;
}
</style>