Shades of Lime Green #2DC843
Tints of Lime Green #2DC843
RGB
CMYK
RGB Variations
Color information
#2DC843 (or 0x2DC843) is known color: Lime Green. HEX triplet: 2D, C8 and 43. RGB value is (45,200,67). Sum of RGB (Red+Green+Blue) = 45+200+67=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 200 (78.52% from 255 or 64.10% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC843 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC843 is #D237BC. Grayscale: #8A8A8A. Windows color (decimal): -13776829 or 4442157. OLE color: 4442157.
HSL color Cylindrical-coordinate representation of color #2DC843: hue angle of 128.52º 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 #2DC843 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 67 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.22 |
| HSL | 128.52º | 0.63% | 0.48% | - |
| HSV(B) | 128.52º | 0.78% | 0.78% | - |
| XYZ | 22.75 | 42.27 | 12.27 | - |
| YUV | 138.49 | 87.65 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 67 | 0.78 | 0 | 0.66 | 0.22 | 128.52 | 0.63 | 0.48 |
| Hex | 2D | C8 | 43 | 4E | 0 | 42 | 16 | 81 | 3F | 30 |
| Octal | 55 | 310 | 103 | 116 | 0 | 102 | 26 | 201 | 77 | 60 |
| Binary | 101101 | 11001000 | 1000011 | 1001110 | 0 | 1000010 | 10110 | 10000001 | 111111 | 110000 |
Color Harmonies of #2DC843
Complementary color
Monochromatic Colors of #2DC843
Black with #2DC843
Text Example
Text Example
White with #2DC843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC843; }
p { color: rgb(45,200,67); }
H1.HeaderClassName
{
color: #2DC843;
}
.AnyTagClassName
{
color: #2DC843;
}
</style>
background-color css
<style>
a { background-color: #2DC843; }
a { background-color: rgb(45,200,67); }
div.DivClassName
{
background-color: #2DC843;
}
.BgClassName
{
background-color: #2DC843;
}
</style>
border-color css
<style>
span { border-color: #2DC843; }
span { border-color: rgb(45,200,67); }
td.TdClassName
{
border-color: #2DC843;
}
.TagClassName
{
border-color: #2DC843;
}
</style>