Shades of Lime Green #3DFB45
Tints of Lime Green #3DFB45
RGB
CMYK
RGB Variations
Color information
#3DFB45 (or 0x3DFB45) is known color: Lime Green. HEX triplet: 3D, FB and 45. RGB value is (61,251,69). Sum of RGB (Red+Green+Blue) = 61+251+69=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 251 (98.44% from 255 or 65.88% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB45 is #C204BA. Grayscale: #ADADAD. Windows color (decimal): -12715195 or 4586301. OLE color: 4586301.
HSL color Cylindrical-coordinate representation of color #3DFB45: hue angle of 122.53º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFB45 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 69 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.02 |
| HSL | 122.53º | 0.96% | 0.61% | - |
| HSV(B) | 122.53º | 0.76% | 0.98% | - |
| XYZ | 37.5 | 70.42 | 17.25 | - |
| YUV | 173.44 | 69.05 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 69 | 0.76 | 0 | 0.73 | 0.02 | 122.53 | 0.96 | 0.61 |
| Hex | 3D | FB | 45 | 4C | 0 | 49 | 2 | 7B | 60 | 3D |
| Octal | 75 | 373 | 105 | 114 | 0 | 111 | 2 | 173 | 140 | 75 |
| Binary | 111101 | 11111011 | 1000101 | 1001100 | 0 | 1001001 | 10 | 1111011 | 1100000 | 111101 |
Color Harmonies of #3DFB45
Complementary color
Monochromatic Colors of #3DFB45
Black with #3DFB45
Text Example
Text Example
White with #3DFB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB45; }
p { color: rgb(61,251,69); }
H1.HeaderClassName
{
color: #3DFB45;
}
.AnyTagClassName
{
color: #3DFB45;
}
</style>
background-color css
<style>
a { background-color: #3DFB45; }
a { background-color: rgb(61,251,69); }
div.DivClassName
{
background-color: #3DFB45;
}
.BgClassName
{
background-color: #3DFB45;
}
</style>
border-color css
<style>
span { border-color: #3DFB45; }
span { border-color: rgb(61,251,69); }
td.TdClassName
{
border-color: #3DFB45;
}
.TagClassName
{
border-color: #3DFB45;
}
</style>