Shades of Lime Green #3DDF23
Tints of Lime Green #3DDF23
RGB
CMYK
RGB Variations
Color information
#3DDF23 (or 0x3DDF23) is known color: Lime Green. HEX triplet: 3D, DF and 23. RGB value is (61,223,35). Sum of RGB (Red+Green+Blue) = 61+223+35=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF23 is #C220DC. Grayscale: #999999. Windows color (decimal): -12722397 or 2350909. OLE color: 2350909.
HSL color Cylindrical-coordinate representation of color #3DDF23: hue angle of 111.7º 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 #3DDF23 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 35 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.13 |
| HSL | 111.7º | 0.75% | 0.51% | - |
| HSV(B) | 111.7º | 0.84% | 0.87% | - |
| XYZ | 28.62 | 53.89 | 10.48 | - |
| YUV | 153.13 | 61.33 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 35 | 0.73 | 0 | 0.84 | 0.13 | 111.7 | 0.75 | 0.51 |
| Hex | 3D | DF | 23 | 49 | 0 | 54 | D | 70 | 4B | 33 |
| Octal | 75 | 337 | 43 | 111 | 0 | 124 | 15 | 160 | 113 | 63 |
| Binary | 111101 | 11011111 | 100011 | 1001001 | 0 | 1010100 | 1101 | 1110000 | 1001011 | 110011 |
Color Harmonies of #3DDF23
Complementary color
Monochromatic Colors of #3DDF23
Black with #3DDF23
Text Example
Text Example
White with #3DDF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF23; }
p { color: rgb(61,223,35); }
H1.HeaderClassName
{
color: #3DDF23;
}
.AnyTagClassName
{
color: #3DDF23;
}
</style>
background-color css
<style>
a { background-color: #3DDF23; }
a { background-color: rgb(61,223,35); }
div.DivClassName
{
background-color: #3DDF23;
}
.BgClassName
{
background-color: #3DDF23;
}
</style>
border-color css
<style>
span { border-color: #3DDF23; }
span { border-color: rgb(61,223,35); }
td.TdClassName
{
border-color: #3DDF23;
}
.TagClassName
{
border-color: #3DDF23;
}
</style>