Shades of Lime Green #2DC04B
Tints of Lime Green #2DC04B
RGB
CMYK
RGB Variations
Color information
#2DC04B (or 0x2DC04B) is known color: Lime Green. HEX triplet: 2D, C0 and 4B. RGB value is (45,192,75). Sum of RGB (Red+Green+Blue) = 45+192+75=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC04B is #D23FB4. Grayscale: #878787. Windows color (decimal): -13778869 or 4964397. OLE color: 4964397.
HSL color Cylindrical-coordinate representation of color #2DC04B: hue angle of 132.24º 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 #2DC04B is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 75 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.25 |
| HSL | 132.24º | 0.62% | 0.46% | - |
| HSV(B) | 132.24º | 0.77% | 0.75% | - |
| XYZ | 21.2 | 38.77 | 13.02 | - |
| YUV | 134.71 | 94.3 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 75 | 0.77 | 0 | 0.61 | 0.25 | 132.24 | 0.62 | 0.46 |
| Hex | 2D | C0 | 4B | 4D | 0 | 3D | 19 | 84 | 3E | 2E |
| Octal | 55 | 300 | 113 | 115 | 0 | 75 | 31 | 204 | 76 | 56 |
| Binary | 101101 | 11000000 | 1001011 | 1001101 | 0 | 111101 | 11001 | 10000100 | 111110 | 101110 |
Color Harmonies of #2DC04B
Complementary color
Monochromatic Colors of #2DC04B
Black with #2DC04B
Text Example
Text Example
White with #2DC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC04B; }
p { color: rgb(45,192,75); }
H1.HeaderClassName
{
color: #2DC04B;
}
.AnyTagClassName
{
color: #2DC04B;
}
</style>
background-color css
<style>
a { background-color: #2DC04B; }
a { background-color: rgb(45,192,75); }
div.DivClassName
{
background-color: #2DC04B;
}
.BgClassName
{
background-color: #2DC04B;
}
</style>
border-color css
<style>
span { border-color: #2DC04B; }
span { border-color: rgb(45,192,75); }
td.TdClassName
{
border-color: #2DC04B;
}
.TagClassName
{
border-color: #2DC04B;
}
</style>