Shades of Lime Green #3DE724
Tints of Lime Green #3DE724
RGB
CMYK
RGB Variations
Color information
#3DE724 (or 0x3DE724) is known color: Lime Green. HEX triplet: 3D, E7 and 24. RGB value is (61,231,36). Sum of RGB (Red+Green+Blue) = 61+231+36=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 231 (90.62% from 255 or 70.43% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE724 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DE724 is #C218DB. Grayscale: #9E9E9E. Windows color (decimal): -12720348 or 2418493. OLE color: 2418493.
HSL color Cylindrical-coordinate representation of color #3DE724: hue angle of 112.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DE724 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 231 | 36 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.09 |
| HSL | 112.31º | 0.8% | 0.52% | - |
| HSV(B) | 112.31º | 0.84% | 0.91% | - |
| XYZ | 30.82 | 58.27 | 11.29 | - |
| YUV | 157.94 | 59.18 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 231 | 36 | 0.74 | 0 | 0.84 | 0.09 | 112.31 | 0.8 | 0.52 |
| Hex | 3D | E7 | 24 | 4A | 0 | 54 | 9 | 70 | 50 | 34 |
| Octal | 75 | 347 | 44 | 112 | 0 | 124 | 11 | 160 | 120 | 64 |
| Binary | 111101 | 11100111 | 100100 | 1001010 | 0 | 1010100 | 1001 | 1110000 | 1010000 | 110100 |
Color Harmonies of #3DE724
Complementary color
Monochromatic Colors of #3DE724
Black with #3DE724
Text Example
Text Example
White with #3DE724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE724; }
p { color: rgb(61,231,36); }
H1.HeaderClassName
{
color: #3DE724;
}
.AnyTagClassName
{
color: #3DE724;
}
</style>
background-color css
<style>
a { background-color: #3DE724; }
a { background-color: rgb(61,231,36); }
div.DivClassName
{
background-color: #3DE724;
}
.BgClassName
{
background-color: #3DE724;
}
</style>
border-color css
<style>
span { border-color: #3DE724; }
span { border-color: rgb(61,231,36); }
td.TdClassName
{
border-color: #3DE724;
}
.TagClassName
{
border-color: #3DE724;
}
</style>