Shades of Lime Green #3DBB43
Tints of Lime Green #3DBB43
RGB
CMYK
RGB Variations
Color information
#3DBB43 (or 0x3DBB43) is known color: Lime Green. HEX triplet: 3D, BB and 43. RGB value is (61,187,67). Sum of RGB (Red+Green+Blue) = 61+187+67=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 187 (73.44% from 255 or 59.37% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB43 is #C244BC. Grayscale: #888888. Windows color (decimal): -12731581 or 4438845. OLE color: 4438845.
HSL color Cylindrical-coordinate representation of color #3DBB43: hue angle of 122.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB43 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 67 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.27 |
| HSL | 122.86º | 0.51% | 0.49% | - |
| HSV(B) | 122.86º | 0.67% | 0.73% | - |
| XYZ | 20.71 | 36.94 | 11.35 | - |
| YUV | 135.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 67 | 0.67 | 0 | 0.64 | 0.27 | 122.86 | 0.51 | 0.49 |
| Hex | 3D | BB | 43 | 43 | 0 | 40 | 1B | 7B | 33 | 31 |
| Octal | 75 | 273 | 103 | 103 | 0 | 100 | 33 | 173 | 63 | 61 |
| Binary | 111101 | 10111011 | 1000011 | 1000011 | 0 | 1000000 | 11011 | 1111011 | 110011 | 110001 |
Color Harmonies of #3DBB43
Complementary color
Monochromatic Colors of #3DBB43
Black with #3DBB43
Text Example
Text Example
White with #3DBB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB43; }
p { color: rgb(61,187,67); }
H1.HeaderClassName
{
color: #3DBB43;
}
.AnyTagClassName
{
color: #3DBB43;
}
</style>
background-color css
<style>
a { background-color: #3DBB43; }
a { background-color: rgb(61,187,67); }
div.DivClassName
{
background-color: #3DBB43;
}
.BgClassName
{
background-color: #3DBB43;
}
</style>
border-color css
<style>
span { border-color: #3DBB43; }
span { border-color: rgb(61,187,67); }
td.TdClassName
{
border-color: #3DBB43;
}
.TagClassName
{
border-color: #3DBB43;
}
</style>