Shades of Lime Green #3DFB2E
Tints of Lime Green #3DFB2E
RGB
CMYK
RGB Variations
Color information
#3DFB2E (or 0x3DFB2E) is known color: Lime Green. HEX triplet: 3D, FB and 2E. RGB value is (61,251,46). Sum of RGB (Red+Green+Blue) = 61+251+46=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB2E is #C204D1. Grayscale: #ABABAB. Windows color (decimal): -12715218 or 3078973. OLE color: 3078973.
HSL color Cylindrical-coordinate representation of color #3DFB2E: hue angle of 115.61º degrees, saturation: 0.96, 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 #3DFB2E is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 46 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.02 |
| HSL | 115.61º | 0.96% | 0.58% | - |
| HSV(B) | 115.61º | 0.82% | 0.98% | - |
| XYZ | 36.91 | 70.18 | 14.19 | - |
| YUV | 170.82 | 57.55 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 46 | 0.76 | 0 | 0.82 | 0.02 | 115.61 | 0.96 | 0.58 |
| Hex | 3D | FB | 2E | 4C | 0 | 52 | 2 | 74 | 60 | 3A |
| Octal | 75 | 373 | 56 | 114 | 0 | 122 | 2 | 164 | 140 | 72 |
| Binary | 111101 | 11111011 | 101110 | 1001100 | 0 | 1010010 | 10 | 1110100 | 1100000 | 111010 |
Color Harmonies of #3DFB2E
Complementary color
Monochromatic Colors of #3DFB2E
Black with #3DFB2E
Text Example
Text Example
White with #3DFB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB2E; }
p { color: rgb(61,251,46); }
H1.HeaderClassName
{
color: #3DFB2E;
}
.AnyTagClassName
{
color: #3DFB2E;
}
</style>
background-color css
<style>
a { background-color: #3DFB2E; }
a { background-color: rgb(61,251,46); }
div.DivClassName
{
background-color: #3DFB2E;
}
.BgClassName
{
background-color: #3DFB2E;
}
</style>
border-color css
<style>
span { border-color: #3DFB2E; }
span { border-color: rgb(61,251,46); }
td.TdClassName
{
border-color: #3DFB2E;
}
.TagClassName
{
border-color: #3DFB2E;
}
</style>