Shades of Lime Green #3DBA34
Tints of Lime Green #3DBA34
RGB
CMYK
RGB Variations
Color information
#3DBA34 (or 0x3DBA34) is known color: Lime Green. HEX triplet: 3D, BA and 34. RGB value is (61,186,52). Sum of RGB (Red+Green+Blue) = 61+186+52=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA34 is #C245CB. Grayscale: #858585. Windows color (decimal): -12731852 or 3455549. OLE color: 3455549.
HSL color Cylindrical-coordinate representation of color #3DBA34: hue angle of 115.97º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DBA34 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 52 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.27 |
| HSL | 115.97º | 0.56% | 0.47% | - |
| HSV(B) | 115.97º | 0.72% | 0.73% | - |
| XYZ | 20.1 | 36.36 | 9.21 | - |
| YUV | 133.35 | 82.09 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 52 | 0.67 | 0 | 0.72 | 0.27 | 115.97 | 0.56 | 0.47 |
| Hex | 3D | BA | 34 | 43 | 0 | 48 | 1B | 74 | 38 | 2F |
| Octal | 75 | 272 | 64 | 103 | 0 | 110 | 33 | 164 | 70 | 57 |
| Binary | 111101 | 10111010 | 110100 | 1000011 | 0 | 1001000 | 11011 | 1110100 | 111000 | 101111 |
Color Harmonies of #3DBA34
Complementary color
Monochromatic Colors of #3DBA34
Black with #3DBA34
Text Example
Text Example
White with #3DBA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA34; }
p { color: rgb(61,186,52); }
H1.HeaderClassName
{
color: #3DBA34;
}
.AnyTagClassName
{
color: #3DBA34;
}
</style>
background-color css
<style>
a { background-color: #3DBA34; }
a { background-color: rgb(61,186,52); }
div.DivClassName
{
background-color: #3DBA34;
}
.BgClassName
{
background-color: #3DBA34;
}
</style>
border-color css
<style>
span { border-color: #3DBA34; }
span { border-color: rgb(61,186,52); }
td.TdClassName
{
border-color: #3DBA34;
}
.TagClassName
{
border-color: #3DBA34;
}
</style>