Shades of Lime Green #3DDF24
Tints of Lime Green #3DDF24
RGB
CMYK
RGB Variations
Color information
#3DDF24 (or 0x3DDF24) is known color: Lime Green. HEX triplet: 3D, DF and 24. RGB value is (61,223,36). Sum of RGB (Red+Green+Blue) = 61+223+36=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF24 is #C220DB. Grayscale: #999999. Windows color (decimal): -12722396 or 2416445. OLE color: 2416445.
HSL color Cylindrical-coordinate representation of color #3DDF24: hue angle of 111.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DDF24 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 36 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.13 |
| HSL | 111.98º | 0.75% | 0.51% | - |
| HSV(B) | 111.98º | 0.84% | 0.87% | - |
| XYZ | 28.63 | 53.89 | 10.56 | - |
| YUV | 153.24 | 61.83 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 36 | 0.73 | 0 | 0.84 | 0.13 | 111.98 | 0.75 | 0.51 |
| Hex | 3D | DF | 24 | 49 | 0 | 54 | D | 70 | 4B | 33 |
| Octal | 75 | 337 | 44 | 111 | 0 | 124 | 15 | 160 | 113 | 63 |
| Binary | 111101 | 11011111 | 100100 | 1001001 | 0 | 1010100 | 1101 | 1110000 | 1001011 | 110011 |
Color Harmonies of #3DDF24
Complementary color
Monochromatic Colors of #3DDF24
Black with #3DDF24
Text Example
Text Example
White with #3DDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF24; }
p { color: rgb(61,223,36); }
H1.HeaderClassName
{
color: #3DDF24;
}
.AnyTagClassName
{
color: #3DDF24;
}
</style>
background-color css
<style>
a { background-color: #3DDF24; }
a { background-color: rgb(61,223,36); }
div.DivClassName
{
background-color: #3DDF24;
}
.BgClassName
{
background-color: #3DDF24;
}
</style>
border-color css
<style>
span { border-color: #3DDF24; }
span { border-color: rgb(61,223,36); }
td.TdClassName
{
border-color: #3DDF24;
}
.TagClassName
{
border-color: #3DDF24;
}
</style>