Shades of Lime Green #3DF34E
Tints of Lime Green #3DF34E
RGB
CMYK
RGB Variations
Color information
#3DF34E (or 0x3DF34E) is known color: Lime Green. HEX triplet: 3D, F3 and 4E. RGB value is (61,243,78). Sum of RGB (Red+Green+Blue) = 61+243+78=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF34E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF34E is #C20CB1. Grayscale: #AAAAAA. Windows color (decimal): -12717234 or 5174077. OLE color: 5174077.
HSL color Cylindrical-coordinate representation of color #3DF34E: hue angle of 125.6º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF34E is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 78 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.05 |
| HSL | 125.6º | 0.88% | 0.6% | - |
| HSV(B) | 125.6º | 0.75% | 0.95% | - |
| XYZ | 35.35 | 65.64 | 18.02 | - |
| YUV | 169.77 | 76.2 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 78 | 0.75 | 0 | 0.68 | 0.05 | 125.6 | 0.88 | 0.6 |
| Hex | 3D | F3 | 4E | 4B | 0 | 44 | 5 | 7E | 58 | 3C |
| Octal | 75 | 363 | 116 | 113 | 0 | 104 | 5 | 176 | 130 | 74 |
| Binary | 111101 | 11110011 | 1001110 | 1001011 | 0 | 1000100 | 101 | 1111110 | 1011000 | 111100 |
Color Harmonies of #3DF34E
Complementary color
Monochromatic Colors of #3DF34E
Black with #3DF34E
Text Example
Text Example
White with #3DF34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF34E; }
p { color: rgb(61,243,78); }
H1.HeaderClassName
{
color: #3DF34E;
}
.AnyTagClassName
{
color: #3DF34E;
}
</style>
background-color css
<style>
a { background-color: #3DF34E; }
a { background-color: rgb(61,243,78); }
div.DivClassName
{
background-color: #3DF34E;
}
.BgClassName
{
background-color: #3DF34E;
}
</style>
border-color css
<style>
span { border-color: #3DF34E; }
span { border-color: rgb(61,243,78); }
td.TdClassName
{
border-color: #3DF34E;
}
.TagClassName
{
border-color: #3DF34E;
}
</style>