Shades of Lime Green #3DB834
Tints of Lime Green #3DB834
RGB
CMYK
RGB Variations
Color information
#3DB834 (or 0x3DB834) is known color: Lime Green. HEX triplet: 3D, B8 and 34. RGB value is (61,184,52). Sum of RGB (Red+Green+Blue) = 61+184+52=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB834 is #C247CB. Grayscale: #848484. Windows color (decimal): -12732364 or 3455037. OLE color: 3455037.
HSL color Cylindrical-coordinate representation of color #3DB834: hue angle of 115.91º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB834 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 52 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.28 |
| HSL | 115.91º | 0.56% | 0.46% | - |
| HSV(B) | 115.91º | 0.72% | 0.72% | - |
| XYZ | 19.68 | 35.52 | 9.07 | - |
| YUV | 132.18 | 82.75 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 52 | 0.67 | 0 | 0.72 | 0.28 | 115.91 | 0.56 | 0.46 |
| Hex | 3D | B8 | 34 | 43 | 0 | 48 | 1C | 74 | 38 | 2E |
| Octal | 75 | 270 | 64 | 103 | 0 | 110 | 34 | 164 | 70 | 56 |
| Binary | 111101 | 10111000 | 110100 | 1000011 | 0 | 1001000 | 11100 | 1110100 | 111000 | 101110 |
Color Harmonies of #3DB834
Complementary color
Monochromatic Colors of #3DB834
Black with #3DB834
Text Example
Text Example
White with #3DB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB834; }
p { color: rgb(61,184,52); }
H1.HeaderClassName
{
color: #3DB834;
}
.AnyTagClassName
{
color: #3DB834;
}
</style>
background-color css
<style>
a { background-color: #3DB834; }
a { background-color: rgb(61,184,52); }
div.DivClassName
{
background-color: #3DB834;
}
.BgClassName
{
background-color: #3DB834;
}
</style>
border-color css
<style>
span { border-color: #3DB834; }
span { border-color: rgb(61,184,52); }
td.TdClassName
{
border-color: #3DB834;
}
.TagClassName
{
border-color: #3DB834;
}
</style>