Shades of Lime Green #3DB02E
Tints of Lime Green #3DB02E
RGB
CMYK
RGB Variations
Color information
#3DB02E (or 0x3DB02E) is known color: Lime Green. HEX triplet: 3D, B0 and 2E. RGB value is (61,176,46). Sum of RGB (Red+Green+Blue) = 61+176+46=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 176 (69.14% from 255 or 62.19% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB02E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB02E is #C24FD1. Grayscale: #7F7F7F. Windows color (decimal): -12734418 or 3059773. OLE color: 3059773.
HSL color Cylindrical-coordinate representation of color #3DB02E: hue angle of 113.08º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB02E is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 46 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.31 |
| HSL | 113.08º | 0.59% | 0.44% | - |
| HSV(B) | 113.08º | 0.74% | 0.69% | - |
| XYZ | 17.94 | 32.24 | 7.86 | - |
| YUV | 126.8 | 82.4 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 46 | 0.65 | 0 | 0.74 | 0.31 | 113.08 | 0.59 | 0.44 |
| Hex | 3D | B0 | 2E | 41 | 0 | 4A | 1F | 71 | 3B | 2C |
| Octal | 75 | 260 | 56 | 101 | 0 | 112 | 37 | 161 | 73 | 54 |
| Binary | 111101 | 10110000 | 101110 | 1000001 | 0 | 1001010 | 11111 | 1110001 | 111011 | 101100 |
Color Harmonies of #3DB02E
Complementary color
Monochromatic Colors of #3DB02E
Black with #3DB02E
Text Example
Text Example
White with #3DB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB02E; }
p { color: rgb(61,176,46); }
H1.HeaderClassName
{
color: #3DB02E;
}
.AnyTagClassName
{
color: #3DB02E;
}
</style>
background-color css
<style>
a { background-color: #3DB02E; }
a { background-color: rgb(61,176,46); }
div.DivClassName
{
background-color: #3DB02E;
}
.BgClassName
{
background-color: #3DB02E;
}
</style>
border-color css
<style>
span { border-color: #3DB02E; }
span { border-color: rgb(61,176,46); }
td.TdClassName
{
border-color: #3DB02E;
}
.TagClassName
{
border-color: #3DB02E;
}
</style>