Shades of Lime Green #3DF92E
Tints of Lime Green #3DF92E
RGB
CMYK
RGB Variations
Color information
#3DF92E (or 0x3DF92E) is known color: Lime Green. HEX triplet: 3D, F9 and 2E. RGB value is (61,249,46). Sum of RGB (Red+Green+Blue) = 61+249+46=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF92E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF92E is #C206D1. Grayscale: #AAAAAA. Windows color (decimal): -12715730 or 3078461. OLE color: 3078461.
HSL color Cylindrical-coordinate representation of color #3DF92E: hue angle of 115.57º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DF92E is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 46 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.02 |
| HSL | 115.57º | 0.94% | 0.58% | - |
| HSV(B) | 115.57º | 0.82% | 0.98% | - |
| XYZ | 36.29 | 68.94 | 13.98 | - |
| YUV | 169.65 | 58.22 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 46 | 0.76 | 0 | 0.82 | 0.02 | 115.57 | 0.94 | 0.58 |
| Hex | 3D | F9 | 2E | 4C | 0 | 52 | 2 | 74 | 5E | 3A |
| Octal | 75 | 371 | 56 | 114 | 0 | 122 | 2 | 164 | 136 | 72 |
| Binary | 111101 | 11111001 | 101110 | 1001100 | 0 | 1010010 | 10 | 1110100 | 1011110 | 111010 |
Color Harmonies of #3DF92E
Complementary color
Monochromatic Colors of #3DF92E
Black with #3DF92E
Text Example
Text Example
White with #3DF92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF92E; }
p { color: rgb(61,249,46); }
H1.HeaderClassName
{
color: #3DF92E;
}
.AnyTagClassName
{
color: #3DF92E;
}
</style>
background-color css
<style>
a { background-color: #3DF92E; }
a { background-color: rgb(61,249,46); }
div.DivClassName
{
background-color: #3DF92E;
}
.BgClassName
{
background-color: #3DF92E;
}
</style>
border-color css
<style>
span { border-color: #3DF92E; }
span { border-color: rgb(61,249,46); }
td.TdClassName
{
border-color: #3DF92E;
}
.TagClassName
{
border-color: #3DF92E;
}
</style>