Shades of Lime Green #3DBB29
Tints of Lime Green #3DBB29
RGB
CMYK
RGB Variations
Color information
#3DBB29 (or 0x3DBB29) is known color: Lime Green. HEX triplet: 3D, BB and 29. RGB value is (61,187,41). Sum of RGB (Red+Green+Blue) = 61+187+41=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 187 (73.44% from 255 or 64.71% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB29 is #C244D6. Grayscale: #858585. Windows color (decimal): -12731607 or 2734909. OLE color: 2734909.
HSL color Cylindrical-coordinate representation of color #3DBB29: hue angle of 111.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DBB29 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 41 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.27 |
| HSL | 111.78º | 0.64% | 0.45% | - |
| HSV(B) | 111.78º | 0.78% | 0.73% | - |
| XYZ | 20.1 | 36.69 | 8.12 | - |
| YUV | 132.68 | 76.26 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 41 | 0.67 | 0 | 0.78 | 0.27 | 111.78 | 0.64 | 0.45 |
| Hex | 3D | BB | 29 | 43 | 0 | 4E | 1B | 70 | 40 | 2D |
| Octal | 75 | 273 | 51 | 103 | 0 | 116 | 33 | 160 | 100 | 55 |
| Binary | 111101 | 10111011 | 101001 | 1000011 | 0 | 1001110 | 11011 | 1110000 | 1000000 | 101101 |
Color Harmonies of #3DBB29
Complementary color
Monochromatic Colors of #3DBB29
Black with #3DBB29
Text Example
Text Example
White with #3DBB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB29; }
p { color: rgb(61,187,41); }
H1.HeaderClassName
{
color: #3DBB29;
}
.AnyTagClassName
{
color: #3DBB29;
}
</style>
background-color css
<style>
a { background-color: #3DBB29; }
a { background-color: rgb(61,187,41); }
div.DivClassName
{
background-color: #3DBB29;
}
.BgClassName
{
background-color: #3DBB29;
}
</style>
border-color css
<style>
span { border-color: #3DBB29; }
span { border-color: rgb(61,187,41); }
td.TdClassName
{
border-color: #3DBB29;
}
.TagClassName
{
border-color: #3DBB29;
}
</style>