Shades of Lime Green #3DAB30
Tints of Lime Green #3DAB30
RGB
CMYK
RGB Variations
Color information
#3DAB30 (or 0x3DAB30) is known color: Lime Green. HEX triplet: 3D, AB and 30. RGB value is (61,171,48). Sum of RGB (Red+Green+Blue) = 61+171+48=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAB30 is #C254CF. Grayscale: #7C7C7C. Windows color (decimal): -12735696 or 3189565. OLE color: 3189565.
HSL color Cylindrical-coordinate representation of color #3DAB30: hue angle of 113.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAB30 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 48 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.33 |
| HSL | 113.66º | 0.56% | 0.43% | - |
| HSV(B) | 113.66º | 0.72% | 0.67% | - |
| XYZ | 17.02 | 30.33 | 7.75 | - |
| YUV | 124.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 48 | 0.64 | 0 | 0.72 | 0.33 | 113.66 | 0.56 | 0.43 |
| Hex | 3D | AB | 30 | 40 | 0 | 48 | 21 | 72 | 38 | 2B |
| Octal | 75 | 253 | 60 | 100 | 0 | 110 | 41 | 162 | 70 | 53 |
| Binary | 111101 | 10101011 | 110000 | 1000000 | 0 | 1001000 | 100001 | 1110010 | 111000 | 101011 |
Color Harmonies of #3DAB30
Complementary color
Monochromatic Colors of #3DAB30
Black with #3DAB30
Text Example
Text Example
White with #3DAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB30; }
p { color: rgb(61,171,48); }
H1.HeaderClassName
{
color: #3DAB30;
}
.AnyTagClassName
{
color: #3DAB30;
}
</style>
background-color css
<style>
a { background-color: #3DAB30; }
a { background-color: rgb(61,171,48); }
div.DivClassName
{
background-color: #3DAB30;
}
.BgClassName
{
background-color: #3DAB30;
}
</style>
border-color css
<style>
span { border-color: #3DAB30; }
span { border-color: rgb(61,171,48); }
td.TdClassName
{
border-color: #3DAB30;
}
.TagClassName
{
border-color: #3DAB30;
}
</style>