Shades of Lime Green #3DF732
Tints of Lime Green #3DF732
RGB
CMYK
RGB Variations
Color information
#3DF732 (or 0x3DF732) is known color: Lime Green. HEX triplet: 3D, F7 and 32. RGB value is (61,247,50). Sum of RGB (Red+Green+Blue) = 61+247+50=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 247 (96.88% from 255 or 68.99% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF732 is #C208CD. Grayscale: #A9A9A9. Windows color (decimal): -12716238 or 3340093. OLE color: 3340093.
HSL color Cylindrical-coordinate representation of color #3DF732: hue angle of 116.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DF732 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 50 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.03 |
| HSL | 116.65º | 0.92% | 0.58% | - |
| HSV(B) | 116.65º | 0.8% | 0.97% | - |
| XYZ | 35.76 | 67.74 | 14.21 | - |
| YUV | 168.93 | 60.88 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 50 | 0.75 | 0 | 0.80 | 0.03 | 116.65 | 0.92 | 0.58 |
| Hex | 3D | F7 | 32 | 4B | 0 | 50 | 3 | 75 | 5C | 3A |
| Octal | 75 | 367 | 62 | 113 | 0 | 120 | 3 | 165 | 134 | 72 |
| Binary | 111101 | 11110111 | 110010 | 1001011 | 0 | 1010000 | 11 | 1110101 | 1011100 | 111010 |
Color Harmonies of #3DF732
Complementary color
Monochromatic Colors of #3DF732
Black with #3DF732
Text Example
Text Example
White with #3DF732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF732; }
p { color: rgb(61,247,50); }
H1.HeaderClassName
{
color: #3DF732;
}
.AnyTagClassName
{
color: #3DF732;
}
</style>
background-color css
<style>
a { background-color: #3DF732; }
a { background-color: rgb(61,247,50); }
div.DivClassName
{
background-color: #3DF732;
}
.BgClassName
{
background-color: #3DF732;
}
</style>
border-color css
<style>
span { border-color: #3DF732; }
span { border-color: rgb(61,247,50); }
td.TdClassName
{
border-color: #3DF732;
}
.TagClassName
{
border-color: #3DF732;
}
</style>