Shades of Lime Green #3DEF4E
Tints of Lime Green #3DEF4E
RGB
CMYK
RGB Variations
Color information
#3DEF4E (or 0x3DEF4E) is known color: Lime Green. HEX triplet: 3D, EF and 4E. RGB value is (61,239,78). Sum of RGB (Red+Green+Blue) = 61+239+78=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEF4E is #C210B1. Grayscale: #A7A7A7. Windows color (decimal): -12718258 or 5173053. OLE color: 5173053.
HSL color Cylindrical-coordinate representation of color #3DEF4E: hue angle of 125.73º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEF4E is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 78 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.06 |
| HSL | 125.73º | 0.85% | 0.59% | - |
| HSV(B) | 125.73º | 0.74% | 0.94% | - |
| XYZ | 34.17 | 63.28 | 17.62 | - |
| YUV | 167.42 | 77.53 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 78 | 0.74 | 0 | 0.67 | 0.06 | 125.73 | 0.85 | 0.59 |
| Hex | 3D | EF | 4E | 4A | 0 | 43 | 6 | 7E | 55 | 3B |
| Octal | 75 | 357 | 116 | 112 | 0 | 103 | 6 | 176 | 125 | 73 |
| Binary | 111101 | 11101111 | 1001110 | 1001010 | 0 | 1000011 | 110 | 1111110 | 1010101 | 111011 |
Color Harmonies of #3DEF4E
Complementary color
Monochromatic Colors of #3DEF4E
Black with #3DEF4E
Text Example
Text Example
White with #3DEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEF4E; }
p { color: rgb(61,239,78); }
H1.HeaderClassName
{
color: #3DEF4E;
}
.AnyTagClassName
{
color: #3DEF4E;
}
</style>
background-color css
<style>
a { background-color: #3DEF4E; }
a { background-color: rgb(61,239,78); }
div.DivClassName
{
background-color: #3DEF4E;
}
.BgClassName
{
background-color: #3DEF4E;
}
</style>
border-color css
<style>
span { border-color: #3DEF4E; }
span { border-color: rgb(61,239,78); }
td.TdClassName
{
border-color: #3DEF4E;
}
.TagClassName
{
border-color: #3DEF4E;
}
</style>