Shades of Lime Green #3DE24C
Tints of Lime Green #3DE24C
RGB
CMYK
RGB Variations
Color information
#3DE24C (or 0x3DE24C) is known color: Lime Green. HEX triplet: 3D, E2 and 4C. RGB value is (61,226,76). Sum of RGB (Red+Green+Blue) = 61+226+76=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 226 (88.67% from 255 or 62.26% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE24C is #C21DB3. Grayscale: #A0A0A0. Windows color (decimal): -12721588 or 5038653. OLE color: 5038653.
HSL color Cylindrical-coordinate representation of color #3DE24C: hue angle of 125.45º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE24C is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 226 | 76 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.11 |
| HSL | 125.45º | 0.74% | 0.56% | - |
| HSV(B) | 125.45º | 0.73% | 0.89% | - |
| XYZ | 30.43 | 55.91 | 16.02 | - |
| YUV | 159.57 | 80.84 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 226 | 76 | 0.73 | 0 | 0.66 | 0.11 | 125.45 | 0.74 | 0.56 |
| Hex | 3D | E2 | 4C | 49 | 0 | 42 | B | 7D | 4A | 38 |
| Octal | 75 | 342 | 114 | 111 | 0 | 102 | 13 | 175 | 112 | 70 |
| Binary | 111101 | 11100010 | 1001100 | 1001001 | 0 | 1000010 | 1011 | 1111101 | 1001010 | 111000 |
Color Harmonies of #3DE24C
Complementary color
Monochromatic Colors of #3DE24C
Black with #3DE24C
Text Example
Text Example
White with #3DE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE24C; }
p { color: rgb(61,226,76); }
H1.HeaderClassName
{
color: #3DE24C;
}
.AnyTagClassName
{
color: #3DE24C;
}
</style>
background-color css
<style>
a { background-color: #3DE24C; }
a { background-color: rgb(61,226,76); }
div.DivClassName
{
background-color: #3DE24C;
}
.BgClassName
{
background-color: #3DE24C;
}
</style>
border-color css
<style>
span { border-color: #3DE24C; }
span { border-color: rgb(61,226,76); }
td.TdClassName
{
border-color: #3DE24C;
}
.TagClassName
{
border-color: #3DE24C;
}
</style>