Shades of Lime Green #3DBB31
Tints of Lime Green #3DBB31
RGB
CMYK
RGB Variations
Color information
#3DBB31 (or 0x3DBB31) is known color: Lime Green. HEX triplet: 3D, BB and 31. RGB value is (61,187,49). Sum of RGB (Red+Green+Blue) = 61+187+49=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 187 (73.44% from 255 or 62.96% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB31 is #C244CE. Grayscale: #868686. Windows color (decimal): -12731599 or 3259197. OLE color: 3259197.
HSL color Cylindrical-coordinate representation of color #3DBB31: hue angle of 114.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DBB31 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 49 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.27 |
| HSL | 114.78º | 0.58% | 0.46% | - |
| HSV(B) | 114.78º | 0.74% | 0.73% | - |
| XYZ | 20.25 | 36.75 | 8.93 | - |
| YUV | 133.59 | 80.26 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 49 | 0.67 | 0 | 0.74 | 0.27 | 114.78 | 0.58 | 0.46 |
| Hex | 3D | BB | 31 | 43 | 0 | 4A | 1B | 73 | 3A | 2E |
| Octal | 75 | 273 | 61 | 103 | 0 | 112 | 33 | 163 | 72 | 56 |
| Binary | 111101 | 10111011 | 110001 | 1000011 | 0 | 1001010 | 11011 | 1110011 | 111010 | 101110 |
Color Harmonies of #3DBB31
Complementary color
Monochromatic Colors of #3DBB31
Black with #3DBB31
Text Example
Text Example
White with #3DBB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB31; }
p { color: rgb(61,187,49); }
H1.HeaderClassName
{
color: #3DBB31;
}
.AnyTagClassName
{
color: #3DBB31;
}
</style>
background-color css
<style>
a { background-color: #3DBB31; }
a { background-color: rgb(61,187,49); }
div.DivClassName
{
background-color: #3DBB31;
}
.BgClassName
{
background-color: #3DBB31;
}
</style>
border-color css
<style>
span { border-color: #3DBB31; }
span { border-color: rgb(61,187,49); }
td.TdClassName
{
border-color: #3DBB31;
}
.TagClassName
{
border-color: #3DBB31;
}
</style>