Shades of Lime Green #3DAE33
Tints of Lime Green #3DAE33
RGB
CMYK
RGB Variations
Color information
#3DAE33 (or 0x3DAE33) is known color: Lime Green. HEX triplet: 3D, AE and 33. RGB value is (61,174,51). Sum of RGB (Red+Green+Blue) = 61+174+51=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 174 (68.36% from 255 or 60.84% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAE33 is #C251CC. Grayscale: #7E7E7E. Windows color (decimal): -12734925 or 3386941. OLE color: 3386941.
HSL color Cylindrical-coordinate representation of color #3DAE33: hue angle of 115.12º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DAE33 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 51 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.32 |
| HSL | 115.12º | 0.55% | 0.44% | - |
| HSV(B) | 115.12º | 0.71% | 0.68% | - |
| XYZ | 17.66 | 31.5 | 8.28 | - |
| YUV | 126.19 | 85.56 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 51 | 0.65 | 0 | 0.71 | 0.32 | 115.12 | 0.55 | 0.44 |
| Hex | 3D | AE | 33 | 41 | 0 | 47 | 20 | 73 | 37 | 2C |
| Octal | 75 | 256 | 63 | 101 | 0 | 107 | 40 | 163 | 67 | 54 |
| Binary | 111101 | 10101110 | 110011 | 1000001 | 0 | 1000111 | 100000 | 1110011 | 110111 | 101100 |
Color Harmonies of #3DAE33
Complementary color
Monochromatic Colors of #3DAE33
Black with #3DAE33
Text Example
Text Example
White with #3DAE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE33; }
p { color: rgb(61,174,51); }
H1.HeaderClassName
{
color: #3DAE33;
}
.AnyTagClassName
{
color: #3DAE33;
}
</style>
background-color css
<style>
a { background-color: #3DAE33; }
a { background-color: rgb(61,174,51); }
div.DivClassName
{
background-color: #3DAE33;
}
.BgClassName
{
background-color: #3DAE33;
}
</style>
border-color css
<style>
span { border-color: #3DAE33; }
span { border-color: rgb(61,174,51); }
td.TdClassName
{
border-color: #3DAE33;
}
.TagClassName
{
border-color: #3DAE33;
}
</style>