Shades of Lime Green #3DF12E
Tints of Lime Green #3DF12E
RGB
CMYK
RGB Variations
Color information
#3DF12E (or 0x3DF12E) is known color: Lime Green. HEX triplet: 3D, F1 and 2E. RGB value is (61,241,46). Sum of RGB (Red+Green+Blue) = 61+241+46=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF12E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF12E is #C20ED1. Grayscale: #A5A5A5. Windows color (decimal): -12717778 or 3076413. OLE color: 3076413.
HSL color Cylindrical-coordinate representation of color #3DF12E: hue angle of 115.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DF12E is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 46 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.05 |
| HSL | 115.38º | 0.87% | 0.56% | - |
| HSV(B) | 115.38º | 0.81% | 0.95% | - |
| XYZ | 33.87 | 64.1 | 13.17 | - |
| YUV | 164.95 | 60.87 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 46 | 0.75 | 0 | 0.81 | 0.05 | 115.38 | 0.87 | 0.56 |
| Hex | 3D | F1 | 2E | 4B | 0 | 51 | 5 | 73 | 57 | 38 |
| Octal | 75 | 361 | 56 | 113 | 0 | 121 | 5 | 163 | 127 | 70 |
| Binary | 111101 | 11110001 | 101110 | 1001011 | 0 | 1010001 | 101 | 1110011 | 1010111 | 111000 |
Color Harmonies of #3DF12E
Complementary color
Monochromatic Colors of #3DF12E
Black with #3DF12E
Text Example
Text Example
White with #3DF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF12E; }
p { color: rgb(61,241,46); }
H1.HeaderClassName
{
color: #3DF12E;
}
.AnyTagClassName
{
color: #3DF12E;
}
</style>
background-color css
<style>
a { background-color: #3DF12E; }
a { background-color: rgb(61,241,46); }
div.DivClassName
{
background-color: #3DF12E;
}
.BgClassName
{
background-color: #3DF12E;
}
</style>
border-color css
<style>
span { border-color: #3DF12E; }
span { border-color: rgb(61,241,46); }
td.TdClassName
{
border-color: #3DF12E;
}
.TagClassName
{
border-color: #3DF12E;
}
</style>