Shades of Lime Green #3DD24A
Tints of Lime Green #3DD24A
RGB
CMYK
RGB Variations
Color information
#3DD24A (or 0x3DD24A) is known color: Lime Green. HEX triplet: 3D, D2 and 4A. RGB value is (61,210,74). Sum of RGB (Red+Green+Blue) = 61+210+74=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD24A is #C22DB5. Grayscale: #969696. Windows color (decimal): -12725686 or 4903485. OLE color: 4903485.
HSL color Cylindrical-coordinate representation of color #3DD24A: hue angle of 125.23º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD24A is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 74 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.18 |
| HSL | 125.23º | 0.62% | 0.53% | - |
| HSV(B) | 125.23º | 0.71% | 0.82% | - |
| XYZ | 26.21 | 47.58 | 14.28 | - |
| YUV | 149.95 | 85.14 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 74 | 0.71 | 0 | 0.65 | 0.18 | 125.23 | 0.62 | 0.53 |
| Hex | 3D | D2 | 4A | 47 | 0 | 41 | 12 | 7D | 3E | 35 |
| Octal | 75 | 322 | 112 | 107 | 0 | 101 | 22 | 175 | 76 | 65 |
| Binary | 111101 | 11010010 | 1001010 | 1000111 | 0 | 1000001 | 10010 | 1111101 | 111110 | 110101 |
Color Harmonies of #3DD24A
Complementary color
Monochromatic Colors of #3DD24A
Black with #3DD24A
Text Example
Text Example
White with #3DD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD24A; }
p { color: rgb(61,210,74); }
H1.HeaderClassName
{
color: #3DD24A;
}
.AnyTagClassName
{
color: #3DD24A;
}
</style>
background-color css
<style>
a { background-color: #3DD24A; }
a { background-color: rgb(61,210,74); }
div.DivClassName
{
background-color: #3DD24A;
}
.BgClassName
{
background-color: #3DD24A;
}
</style>
border-color css
<style>
span { border-color: #3DD24A; }
span { border-color: rgb(61,210,74); }
td.TdClassName
{
border-color: #3DD24A;
}
.TagClassName
{
border-color: #3DD24A;
}
</style>