Shades of Lime Green #3DBB33
Tints of Lime Green #3DBB33
RGB
CMYK
RGB Variations
Color information
#3DBB33 (or 0x3DBB33) is known color: Lime Green. HEX triplet: 3D, BB and 33. RGB value is (61,187,51). Sum of RGB (Red+Green+Blue) = 61+187+51=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB33 is #C244CC. Grayscale: #868686. Windows color (decimal): -12731597 or 3390269. OLE color: 3390269.
HSL color Cylindrical-coordinate representation of color #3DBB33: hue angle of 115.59º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DBB33 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 51 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.27 |
| HSL | 115.59º | 0.57% | 0.47% | - |
| HSV(B) | 115.59º | 0.73% | 0.73% | - |
| XYZ | 20.29 | 36.77 | 9.16 | - |
| YUV | 133.82 | 81.26 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 51 | 0.67 | 0 | 0.73 | 0.27 | 115.59 | 0.57 | 0.47 |
| Hex | 3D | BB | 33 | 43 | 0 | 49 | 1B | 74 | 39 | 2F |
| Octal | 75 | 273 | 63 | 103 | 0 | 111 | 33 | 164 | 71 | 57 |
| Binary | 111101 | 10111011 | 110011 | 1000011 | 0 | 1001001 | 11011 | 1110100 | 111001 | 101111 |
Color Harmonies of #3DBB33
Complementary color
Monochromatic Colors of #3DBB33
Black with #3DBB33
Text Example
Text Example
White with #3DBB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB33; }
p { color: rgb(61,187,51); }
H1.HeaderClassName
{
color: #3DBB33;
}
.AnyTagClassName
{
color: #3DBB33;
}
</style>
background-color css
<style>
a { background-color: #3DBB33; }
a { background-color: rgb(61,187,51); }
div.DivClassName
{
background-color: #3DBB33;
}
.BgClassName
{
background-color: #3DBB33;
}
</style>
border-color css
<style>
span { border-color: #3DBB33; }
span { border-color: rgb(61,187,51); }
td.TdClassName
{
border-color: #3DBB33;
}
.TagClassName
{
border-color: #3DBB33;
}
</style>