Shades of Lime Green #3DD24B
Tints of Lime Green #3DD24B
RGB
CMYK
RGB Variations
Color information
#3DD24B (or 0x3DD24B) is known color: Lime Green. HEX triplet: 3D, D2 and 4B. RGB value is (61,210,75). Sum of RGB (Red+Green+Blue) = 61+210+75=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD24B is #C22DB4. Grayscale: #969696. Windows color (decimal): -12725685 or 4969021. OLE color: 4969021.
HSL color Cylindrical-coordinate representation of color #3DD24B: hue angle of 125.64º 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 #3DD24B is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 75 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.18 |
| HSL | 125.64º | 0.62% | 0.53% | - |
| HSV(B) | 125.64º | 0.71% | 0.82% | - |
| XYZ | 26.24 | 47.59 | 14.46 | - |
| YUV | 150.06 | 85.64 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 75 | 0.71 | 0 | 0.64 | 0.18 | 125.64 | 0.62 | 0.53 |
| Hex | 3D | D2 | 4B | 47 | 0 | 40 | 12 | 7E | 3E | 35 |
| Octal | 75 | 322 | 113 | 107 | 0 | 100 | 22 | 176 | 76 | 65 |
| Binary | 111101 | 11010010 | 1001011 | 1000111 | 0 | 1000000 | 10010 | 1111110 | 111110 | 110101 |
Color Harmonies of #3DD24B
Complementary color
Monochromatic Colors of #3DD24B
Black with #3DD24B
Text Example
Text Example
White with #3DD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD24B; }
p { color: rgb(61,210,75); }
H1.HeaderClassName
{
color: #3DD24B;
}
.AnyTagClassName
{
color: #3DD24B;
}
</style>
background-color css
<style>
a { background-color: #3DD24B; }
a { background-color: rgb(61,210,75); }
div.DivClassName
{
background-color: #3DD24B;
}
.BgClassName
{
background-color: #3DD24B;
}
</style>
border-color css
<style>
span { border-color: #3DD24B; }
span { border-color: rgb(61,210,75); }
td.TdClassName
{
border-color: #3DD24B;
}
.TagClassName
{
border-color: #3DD24B;
}
</style>