Shades of Lime Green #3DDD30
Tints of Lime Green #3DDD30
RGB
CMYK
RGB Variations
Color information
#3DDD30 (or 0x3DDD30) is known color: Lime Green. HEX triplet: 3D, DD and 30. RGB value is (61,221,48). Sum of RGB (Red+Green+Blue) = 61+221+48=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD30 is #C222CF. Grayscale: #999999. Windows color (decimal): -12722896 or 3202365. OLE color: 3202365.
HSL color Cylindrical-coordinate representation of color #3DDD30: hue angle of 115.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DDD30 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 48 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.13 |
| HSL | 115.49º | 0.72% | 0.53% | - |
| HSV(B) | 115.49º | 0.78% | 0.87% | - |
| XYZ | 28.31 | 52.92 | 11.52 | - |
| YUV | 153.44 | 68.49 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 48 | 0.72 | 0 | 0.78 | 0.13 | 115.49 | 0.72 | 0.53 |
| Hex | 3D | DD | 30 | 48 | 0 | 4E | D | 73 | 48 | 35 |
| Octal | 75 | 335 | 60 | 110 | 0 | 116 | 15 | 163 | 110 | 65 |
| Binary | 111101 | 11011101 | 110000 | 1001000 | 0 | 1001110 | 1101 | 1110011 | 1001000 | 110101 |
Color Harmonies of #3DDD30
Complementary color
Monochromatic Colors of #3DDD30
Black with #3DDD30
Text Example
Text Example
White with #3DDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD30; }
p { color: rgb(61,221,48); }
H1.HeaderClassName
{
color: #3DDD30;
}
.AnyTagClassName
{
color: #3DDD30;
}
</style>
background-color css
<style>
a { background-color: #3DDD30; }
a { background-color: rgb(61,221,48); }
div.DivClassName
{
background-color: #3DDD30;
}
.BgClassName
{
background-color: #3DDD30;
}
</style>
border-color css
<style>
span { border-color: #3DDD30; }
span { border-color: rgb(61,221,48); }
td.TdClassName
{
border-color: #3DDD30;
}
.TagClassName
{
border-color: #3DDD30;
}
</style>