Shades of Lime Green #3DAE35
Tints of Lime Green #3DAE35
RGB
CMYK
RGB Variations
Color information
#3DAE35 (or 0x3DAE35) is known color: Lime Green. HEX triplet: 3D, AE and 35. RGB value is (61,174,53). Sum of RGB (Red+Green+Blue) = 61+174+53=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAE35 is #C251CA. Grayscale: #7E7E7E. Windows color (decimal): -12734923 or 3518013. OLE color: 3518013.
HSL color Cylindrical-coordinate representation of color #3DAE35: hue angle of 116.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DAE35 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 53 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.32 |
| HSL | 116.03º | 0.53% | 0.45% | - |
| HSV(B) | 116.03º | 0.7% | 0.68% | - |
| XYZ | 17.7 | 31.52 | 8.52 | - |
| YUV | 126.42 | 86.56 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 53 | 0.65 | 0 | 0.70 | 0.32 | 116.03 | 0.53 | 0.45 |
| Hex | 3D | AE | 35 | 41 | 0 | 46 | 20 | 74 | 35 | 2D |
| Octal | 75 | 256 | 65 | 101 | 0 | 106 | 40 | 164 | 65 | 55 |
| Binary | 111101 | 10101110 | 110101 | 1000001 | 0 | 1000110 | 100000 | 1110100 | 110101 | 101101 |
Color Harmonies of #3DAE35
Complementary color
Monochromatic Colors of #3DAE35
Black with #3DAE35
Text Example
Text Example
White with #3DAE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE35; }
p { color: rgb(61,174,53); }
H1.HeaderClassName
{
color: #3DAE35;
}
.AnyTagClassName
{
color: #3DAE35;
}
</style>
background-color css
<style>
a { background-color: #3DAE35; }
a { background-color: rgb(61,174,53); }
div.DivClassName
{
background-color: #3DAE35;
}
.BgClassName
{
background-color: #3DAE35;
}
</style>
border-color css
<style>
span { border-color: #3DAE35; }
span { border-color: rgb(61,174,53); }
td.TdClassName
{
border-color: #3DAE35;
}
.TagClassName
{
border-color: #3DAE35;
}
</style>