Shades of Lime Green #2DC23B
Tints of Lime Green #2DC23B
RGB
CMYK
RGB Variations
Color information
#2DC23B (or 0x2DC23B) is known color: Lime Green. HEX triplet: 2D, C2 and 3B. RGB value is (45,194,59). Sum of RGB (Red+Green+Blue) = 45+194+59=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC23B is #D23DC4. Grayscale: #868686. Windows color (decimal): -13778373 or 3916333. OLE color: 3916333.
HSL color Cylindrical-coordinate representation of color #2DC23B: hue angle of 125.64º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC23B is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 59 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.24 |
| HSL | 125.64º | 0.62% | 0.47% | - |
| HSV(B) | 125.64º | 0.77% | 0.76% | - |
| XYZ | 21.16 | 39.46 | 10.64 | - |
| YUV | 134.06 | 85.64 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 59 | 0.77 | 0 | 0.70 | 0.24 | 125.64 | 0.62 | 0.47 |
| Hex | 2D | C2 | 3B | 4D | 0 | 46 | 18 | 7E | 3E | 2F |
| Octal | 55 | 302 | 73 | 115 | 0 | 106 | 30 | 176 | 76 | 57 |
| Binary | 101101 | 11000010 | 111011 | 1001101 | 0 | 1000110 | 11000 | 1111110 | 111110 | 101111 |
Color Harmonies of #2DC23B
Complementary color
Monochromatic Colors of #2DC23B
Black with #2DC23B
Text Example
Text Example
White with #2DC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC23B; }
p { color: rgb(45,194,59); }
H1.HeaderClassName
{
color: #2DC23B;
}
.AnyTagClassName
{
color: #2DC23B;
}
</style>
background-color css
<style>
a { background-color: #2DC23B; }
a { background-color: rgb(45,194,59); }
div.DivClassName
{
background-color: #2DC23B;
}
.BgClassName
{
background-color: #2DC23B;
}
</style>
border-color css
<style>
span { border-color: #2DC23B; }
span { border-color: rgb(45,194,59); }
td.TdClassName
{
border-color: #2DC23B;
}
.TagClassName
{
border-color: #2DC23B;
}
</style>