Shades of Lime Green #2DC03F
Tints of Lime Green #2DC03F
RGB
CMYK
RGB Variations
Color information
#2DC03F (or 0x2DC03F) is known color: Lime Green. HEX triplet: 2D, C0 and 3F. RGB value is (45,192,63). Sum of RGB (Red+Green+Blue) = 45+192+63=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC03F is #D23FC0. Grayscale: #858585. Windows color (decimal): -13778881 or 4177965. OLE color: 4177965.
HSL color Cylindrical-coordinate representation of color #2DC03F: hue angle of 127.35º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC03F is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 63 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.25 |
| HSL | 127.35º | 0.62% | 0.46% | - |
| HSV(B) | 127.35º | 0.77% | 0.75% | - |
| XYZ | 20.83 | 38.62 | 11.06 | - |
| YUV | 133.34 | 88.3 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 63 | 0.77 | 0 | 0.67 | 0.25 | 127.35 | 0.62 | 0.46 |
| Hex | 2D | C0 | 3F | 4D | 0 | 43 | 19 | 7F | 3E | 2E |
| Octal | 55 | 300 | 77 | 115 | 0 | 103 | 31 | 177 | 76 | 56 |
| Binary | 101101 | 11000000 | 111111 | 1001101 | 0 | 1000011 | 11001 | 1111111 | 111110 | 101110 |
Color Harmonies of #2DC03F
Complementary color
Monochromatic Colors of #2DC03F
Black with #2DC03F
Text Example
Text Example
White with #2DC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC03F; }
p { color: rgb(45,192,63); }
H1.HeaderClassName
{
color: #2DC03F;
}
.AnyTagClassName
{
color: #2DC03F;
}
</style>
background-color css
<style>
a { background-color: #2DC03F; }
a { background-color: rgb(45,192,63); }
div.DivClassName
{
background-color: #2DC03F;
}
.BgClassName
{
background-color: #2DC03F;
}
</style>
border-color css
<style>
span { border-color: #2DC03F; }
span { border-color: rgb(45,192,63); }
td.TdClassName
{
border-color: #2DC03F;
}
.TagClassName
{
border-color: #2DC03F;
}
</style>