Shades of Lime Green #3DBB2F
Tints of Lime Green #3DBB2F
RGB
CMYK
RGB Variations
Color information
#3DBB2F (or 0x3DBB2F) is known color: Lime Green. HEX triplet: 3D, BB and 2F. RGB value is (61,187,47). Sum of RGB (Red+Green+Blue) = 61+187+47=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB2F is #C244D0. Grayscale: #858585. Windows color (decimal): -12731601 or 3128125. OLE color: 3128125.
HSL color Cylindrical-coordinate representation of color #3DBB2F: hue angle of 114º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DBB2F is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 47 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.27 |
| HSL | 114º | 0.6% | 0.46% | - |
| HSV(B) | 114º | 0.75% | 0.73% | - |
| XYZ | 20.21 | 36.74 | 8.72 | - |
| YUV | 133.37 | 79.26 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 47 | 0.67 | 0 | 0.75 | 0.27 | 114 | 0.6 | 0.46 |
| Hex | 3D | BB | 2F | 43 | 0 | 4B | 1B | 72 | 3C | 2E |
| Octal | 75 | 273 | 57 | 103 | 0 | 113 | 33 | 162 | 74 | 56 |
| Binary | 111101 | 10111011 | 101111 | 1000011 | 0 | 1001011 | 11011 | 1110010 | 111100 | 101110 |
Color Harmonies of #3DBB2F
Complementary color
Monochromatic Colors of #3DBB2F
Black with #3DBB2F
Text Example
Text Example
White with #3DBB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB2F; }
p { color: rgb(61,187,47); }
H1.HeaderClassName
{
color: #3DBB2F;
}
.AnyTagClassName
{
color: #3DBB2F;
}
</style>
background-color css
<style>
a { background-color: #3DBB2F; }
a { background-color: rgb(61,187,47); }
div.DivClassName
{
background-color: #3DBB2F;
}
.BgClassName
{
background-color: #3DBB2F;
}
</style>
border-color css
<style>
span { border-color: #3DBB2F; }
span { border-color: rgb(61,187,47); }
td.TdClassName
{
border-color: #3DBB2F;
}
.TagClassName
{
border-color: #3DBB2F;
}
</style>