Shades of Lime Green #3DAF32
Tints of Lime Green #3DAF32
RGB
CMYK
RGB Variations
Color information
#3DAF32 (or 0x3DAF32) is known color: Lime Green. HEX triplet: 3D, AF and 32. RGB value is (61,175,50). Sum of RGB (Red+Green+Blue) = 61+175+50=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAF32 is #C250CD. Grayscale: #7F7F7F. Windows color (decimal): -12734670 or 3321661. OLE color: 3321661.
HSL color Cylindrical-coordinate representation of color #3DAF32: hue angle of 114.72º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DAF32 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 175 | 50 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.31 |
| HSL | 114.72º | 0.56% | 0.44% | - |
| HSV(B) | 114.72º | 0.71% | 0.69% | - |
| XYZ | 17.83 | 31.88 | 8.23 | - |
| YUV | 126.66 | 84.73 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 50 | 0.65 | 0 | 0.71 | 0.31 | 114.72 | 0.56 | 0.44 |
| Hex | 3D | AF | 32 | 41 | 0 | 47 | 1F | 73 | 38 | 2C |
| Octal | 75 | 257 | 62 | 101 | 0 | 107 | 37 | 163 | 70 | 54 |
| Binary | 111101 | 10101111 | 110010 | 1000001 | 0 | 1000111 | 11111 | 1110011 | 111000 | 101100 |
Color Harmonies of #3DAF32
Complementary color
Monochromatic Colors of #3DAF32
Black with #3DAF32
Text Example
Text Example
White with #3DAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAF32; }
p { color: rgb(61,175,50); }
H1.HeaderClassName
{
color: #3DAF32;
}
.AnyTagClassName
{
color: #3DAF32;
}
</style>
background-color css
<style>
a { background-color: #3DAF32; }
a { background-color: rgb(61,175,50); }
div.DivClassName
{
background-color: #3DAF32;
}
.BgClassName
{
background-color: #3DAF32;
}
</style>
border-color css
<style>
span { border-color: #3DAF32; }
span { border-color: rgb(61,175,50); }
td.TdClassName
{
border-color: #3DAF32;
}
.TagClassName
{
border-color: #3DAF32;
}
</style>