Shades of Lime Green #2DC743
Tints of Lime Green #2DC743
RGB
CMYK
RGB Variations
Color information
#2DC743 (or 0x2DC743) is known color: Lime Green. HEX triplet: 2D, C7 and 43. RGB value is (45,199,67). Sum of RGB (Red+Green+Blue) = 45+199+67=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 199 (78.12% from 255 or 63.99% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC743 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC743 is #D238BC. Grayscale: #8A8A8A. Windows color (decimal): -13777085 or 4441901. OLE color: 4441901.
HSL color Cylindrical-coordinate representation of color #2DC743: hue angle of 128.57º 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 #2DC743 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 67 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.22 |
| HSL | 128.57º | 0.63% | 0.48% | - |
| HSV(B) | 128.57º | 0.77% | 0.78% | - |
| XYZ | 22.52 | 41.81 | 12.19 | - |
| YUV | 137.91 | 87.98 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 67 | 0.77 | 0 | 0.66 | 0.22 | 128.57 | 0.63 | 0.48 |
| Hex | 2D | C7 | 43 | 4D | 0 | 42 | 16 | 81 | 3F | 30 |
| Octal | 55 | 307 | 103 | 115 | 0 | 102 | 26 | 201 | 77 | 60 |
| Binary | 101101 | 11000111 | 1000011 | 1001101 | 0 | 1000010 | 10110 | 10000001 | 111111 | 110000 |
Color Harmonies of #2DC743
Complementary color
Monochromatic Colors of #2DC743
Black with #2DC743
Text Example
Text Example
White with #2DC743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC743; }
p { color: rgb(45,199,67); }
H1.HeaderClassName
{
color: #2DC743;
}
.AnyTagClassName
{
color: #2DC743;
}
</style>
background-color css
<style>
a { background-color: #2DC743; }
a { background-color: rgb(45,199,67); }
div.DivClassName
{
background-color: #2DC743;
}
.BgClassName
{
background-color: #2DC743;
}
</style>
border-color css
<style>
span { border-color: #2DC743; }
span { border-color: rgb(45,199,67); }
td.TdClassName
{
border-color: #2DC743;
}
.TagClassName
{
border-color: #2DC743;
}
</style>