Shades of Lime Green #3DB033
Tints of Lime Green #3DB033
RGB
CMYK
RGB Variations
Color information
#3DB033 (or 0x3DB033) is known color: Lime Green. HEX triplet: 3D, B0 and 33. RGB value is (61,176,51). Sum of RGB (Red+Green+Blue) = 61+176+51=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 176 (69.14% from 255 or 61.11% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB033 is #C24FCC. Grayscale: #7F7F7F. Windows color (decimal): -12734413 or 3387453. OLE color: 3387453.
HSL color Cylindrical-coordinate representation of color #3DB033: hue angle of 115.2º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DB033 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 51 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.31 |
| HSL | 115.2º | 0.55% | 0.45% | - |
| HSV(B) | 115.2º | 0.71% | 0.69% | - |
| XYZ | 18.05 | 32.28 | 8.41 | - |
| YUV | 127.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 51 | 0.65 | 0 | 0.71 | 0.31 | 115.2 | 0.55 | 0.45 |
| Hex | 3D | B0 | 33 | 41 | 0 | 47 | 1F | 73 | 37 | 2D |
| Octal | 75 | 260 | 63 | 101 | 0 | 107 | 37 | 163 | 67 | 55 |
| Binary | 111101 | 10110000 | 110011 | 1000001 | 0 | 1000111 | 11111 | 1110011 | 110111 | 101101 |
Color Harmonies of #3DB033
Complementary color
Monochromatic Colors of #3DB033
Black with #3DB033
Text Example
Text Example
White with #3DB033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB033; }
p { color: rgb(61,176,51); }
H1.HeaderClassName
{
color: #3DB033;
}
.AnyTagClassName
{
color: #3DB033;
}
</style>
background-color css
<style>
a { background-color: #3DB033; }
a { background-color: rgb(61,176,51); }
div.DivClassName
{
background-color: #3DB033;
}
.BgClassName
{
background-color: #3DB033;
}
</style>
border-color css
<style>
span { border-color: #3DB033; }
span { border-color: rgb(61,176,51); }
td.TdClassName
{
border-color: #3DB033;
}
.TagClassName
{
border-color: #3DB033;
}
</style>