Shades of Lime Green #2DC13F
Tints of Lime Green #2DC13F
RGB
CMYK
RGB Variations
Color information
#2DC13F (or 0x2DC13F) is known color: Lime Green. HEX triplet: 2D, C1 and 3F. RGB value is (45,193,63). Sum of RGB (Red+Green+Blue) = 45+193+63=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC13F is #D23EC0. Grayscale: #868686. Windows color (decimal): -13778625 or 4178221. OLE color: 4178221.
HSL color Cylindrical-coordinate representation of color #2DC13F: hue angle of 127.3º 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 #2DC13F is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 63 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.24 |
| HSL | 127.3º | 0.62% | 0.47% | - |
| HSV(B) | 127.3º | 0.77% | 0.76% | - |
| XYZ | 21.05 | 39.06 | 11.13 | - |
| YUV | 133.93 | 87.97 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 63 | 0.77 | 0 | 0.67 | 0.24 | 127.3 | 0.62 | 0.47 |
| Hex | 2D | C1 | 3F | 4D | 0 | 43 | 18 | 7F | 3E | 2F |
| Octal | 55 | 301 | 77 | 115 | 0 | 103 | 30 | 177 | 76 | 57 |
| Binary | 101101 | 11000001 | 111111 | 1001101 | 0 | 1000011 | 11000 | 1111111 | 111110 | 101111 |
Color Harmonies of #2DC13F
Complementary color
Monochromatic Colors of #2DC13F
Black with #2DC13F
Text Example
Text Example
White with #2DC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC13F; }
p { color: rgb(45,193,63); }
H1.HeaderClassName
{
color: #2DC13F;
}
.AnyTagClassName
{
color: #2DC13F;
}
</style>
background-color css
<style>
a { background-color: #2DC13F; }
a { background-color: rgb(45,193,63); }
div.DivClassName
{
background-color: #2DC13F;
}
.BgClassName
{
background-color: #2DC13F;
}
</style>
border-color css
<style>
span { border-color: #2DC13F; }
span { border-color: rgb(45,193,63); }
td.TdClassName
{
border-color: #2DC13F;
}
.TagClassName
{
border-color: #2DC13F;
}
</style>