Shades of Lime Green #2DC91B
Tints of Lime Green #2DC91B
RGB
CMYK
RGB Variations
Color information
#2DC91B (or 0x2DC91B) is known color: Lime Green. HEX triplet: 2D, C9 and 1B. RGB value is (45,201,27). Sum of RGB (Red+Green+Blue) = 45+201+27=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC91B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC91B is #D236E4. Grayscale: #878787. Windows color (decimal): -13776613 or 1820973. OLE color: 1820973.
HSL color Cylindrical-coordinate representation of color #2DC91B: hue angle of 113.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DC91B is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 27 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.21 |
| HSL | 113.79º | 0.76% | 0.45% | - |
| HSV(B) | 113.79º | 0.87% | 0.79% | - |
| XYZ | 22.17 | 42.41 | 8.05 | - |
| YUV | 134.52 | 67.32 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 27 | 0.78 | 0 | 0.87 | 0.21 | 113.79 | 0.76 | 0.45 |
| Hex | 2D | C9 | 1B | 4E | 0 | 57 | 15 | 72 | 4C | 2D |
| Octal | 55 | 311 | 33 | 116 | 0 | 127 | 25 | 162 | 114 | 55 |
| Binary | 101101 | 11001001 | 11011 | 1001110 | 0 | 1010111 | 10101 | 1110010 | 1001100 | 101101 |
Color Harmonies of #2DC91B
Complementary color
Monochromatic Colors of #2DC91B
Black with #2DC91B
Text Example
Text Example
White with #2DC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC91B; }
p { color: rgb(45,201,27); }
H1.HeaderClassName
{
color: #2DC91B;
}
.AnyTagClassName
{
color: #2DC91B;
}
</style>
background-color css
<style>
a { background-color: #2DC91B; }
a { background-color: rgb(45,201,27); }
div.DivClassName
{
background-color: #2DC91B;
}
.BgClassName
{
background-color: #2DC91B;
}
</style>
border-color css
<style>
span { border-color: #2DC91B; }
span { border-color: rgb(45,201,27); }
td.TdClassName
{
border-color: #2DC91B;
}
.TagClassName
{
border-color: #2DC91B;
}
</style>