Shades of Lime Green #2DC84B
Tints of Lime Green #2DC84B
RGB
CMYK
RGB Variations
Color information
#2DC84B (or 0x2DC84B) is known color: Lime Green. HEX triplet: 2D, C8 and 4B. RGB value is (45,200,75). Sum of RGB (Red+Green+Blue) = 45+200+75=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC84B is #D237B4. Grayscale: #8B8B8B. Windows color (decimal): -13776821 or 4966445. OLE color: 4966445.
HSL color Cylindrical-coordinate representation of color #2DC84B: hue angle of 131.61º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC84B is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 75 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.22 |
| HSL | 131.61º | 0.63% | 0.48% | - |
| HSV(B) | 131.61º | 0.78% | 0.78% | - |
| XYZ | 23.01 | 42.37 | 13.62 | - |
| YUV | 139.41 | 91.65 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 75 | 0.78 | 0 | 0.62 | 0.22 | 131.61 | 0.63 | 0.48 |
| Hex | 2D | C8 | 4B | 4E | 0 | 3E | 16 | 84 | 3F | 30 |
| Octal | 55 | 310 | 113 | 116 | 0 | 76 | 26 | 204 | 77 | 60 |
| Binary | 101101 | 11001000 | 1001011 | 1001110 | 0 | 111110 | 10110 | 10000100 | 111111 | 110000 |
Color Harmonies of #2DC84B
Complementary color
Monochromatic Colors of #2DC84B
Black with #2DC84B
Text Example
Text Example
White with #2DC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC84B; }
p { color: rgb(45,200,75); }
H1.HeaderClassName
{
color: #2DC84B;
}
.AnyTagClassName
{
color: #2DC84B;
}
</style>
background-color css
<style>
a { background-color: #2DC84B; }
a { background-color: rgb(45,200,75); }
div.DivClassName
{
background-color: #2DC84B;
}
.BgClassName
{
background-color: #2DC84B;
}
</style>
border-color css
<style>
span { border-color: #2DC84B; }
span { border-color: rgb(45,200,75); }
td.TdClassName
{
border-color: #2DC84B;
}
.TagClassName
{
border-color: #2DC84B;
}
</style>