Shades of Lime Green #2DC13B
Tints of Lime Green #2DC13B
RGB
CMYK
RGB Variations
Color information
#2DC13B (or 0x2DC13B) is known color: Lime Green. HEX triplet: 2D, C1 and 3B. RGB value is (45,193,59). Sum of RGB (Red+Green+Blue) = 45+193+59=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC13B is #D23EC4. Grayscale: #858585. Windows color (decimal): -13778629 or 3916077. OLE color: 3916077.
HSL color Cylindrical-coordinate representation of color #2DC13B: hue angle of 125.68º 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 #2DC13B is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 59 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.24 |
| HSL | 125.68º | 0.62% | 0.47% | - |
| HSV(B) | 125.68º | 0.77% | 0.76% | - |
| XYZ | 20.94 | 39.01 | 10.56 | - |
| YUV | 133.47 | 85.97 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 59 | 0.77 | 0 | 0.69 | 0.24 | 125.68 | 0.62 | 0.47 |
| Hex | 2D | C1 | 3B | 4D | 0 | 45 | 18 | 7E | 3E | 2F |
| Octal | 55 | 301 | 73 | 115 | 0 | 105 | 30 | 176 | 76 | 57 |
| Binary | 101101 | 11000001 | 111011 | 1001101 | 0 | 1000101 | 11000 | 1111110 | 111110 | 101111 |
Color Harmonies of #2DC13B
Complementary color
Monochromatic Colors of #2DC13B
Black with #2DC13B
Text Example
Text Example
White with #2DC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC13B; }
p { color: rgb(45,193,59); }
H1.HeaderClassName
{
color: #2DC13B;
}
.AnyTagClassName
{
color: #2DC13B;
}
</style>
background-color css
<style>
a { background-color: #2DC13B; }
a { background-color: rgb(45,193,59); }
div.DivClassName
{
background-color: #2DC13B;
}
.BgClassName
{
background-color: #2DC13B;
}
</style>
border-color css
<style>
span { border-color: #2DC13B; }
span { border-color: rgb(45,193,59); }
td.TdClassName
{
border-color: #2DC13B;
}
.TagClassName
{
border-color: #2DC13B;
}
</style>