Shades of Lime Green #3DDF32
Tints of Lime Green #3DDF32
RGB
CMYK
RGB Variations
Color information
#3DDF32 (or 0x3DDF32) is known color: Lime Green. HEX triplet: 3D, DF and 32. RGB value is (61,223,50). Sum of RGB (Red+Green+Blue) = 61+223+50=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF32 is #C220CD. Grayscale: #9B9B9B. Windows color (decimal): -12722382 or 3333949. OLE color: 3333949.
HSL color Cylindrical-coordinate representation of color #3DDF32: hue angle of 116.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DDF32 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 50 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.13 |
| HSL | 116.19º | 0.73% | 0.54% | - |
| HSV(B) | 116.19º | 0.78% | 0.87% | - |
| XYZ | 28.89 | 54 | 11.92 | - |
| YUV | 154.84 | 68.83 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 50 | 0.73 | 0 | 0.78 | 0.13 | 116.19 | 0.73 | 0.54 |
| Hex | 3D | DF | 32 | 49 | 0 | 4E | D | 74 | 49 | 36 |
| Octal | 75 | 337 | 62 | 111 | 0 | 116 | 15 | 164 | 111 | 66 |
| Binary | 111101 | 11011111 | 110010 | 1001001 | 0 | 1001110 | 1101 | 1110100 | 1001001 | 110110 |
Color Harmonies of #3DDF32
Complementary color
Monochromatic Colors of #3DDF32
Black with #3DDF32
Text Example
Text Example
White with #3DDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF32; }
p { color: rgb(61,223,50); }
H1.HeaderClassName
{
color: #3DDF32;
}
.AnyTagClassName
{
color: #3DDF32;
}
</style>
background-color css
<style>
a { background-color: #3DDF32; }
a { background-color: rgb(61,223,50); }
div.DivClassName
{
background-color: #3DDF32;
}
.BgClassName
{
background-color: #3DDF32;
}
</style>
border-color css
<style>
span { border-color: #3DDF32; }
span { border-color: rgb(61,223,50); }
td.TdClassName
{
border-color: #3DDF32;
}
.TagClassName
{
border-color: #3DDF32;
}
</style>