Shades of Lime Green #3DBE41
Tints of Lime Green #3DBE41
RGB
CMYK
RGB Variations
Color information
#3DBE41 (or 0x3DBE41) is known color: Lime Green. HEX triplet: 3D, BE and 41. RGB value is (61,190,65). Sum of RGB (Red+Green+Blue) = 61+190+65=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBE41 is #C241BE. Grayscale: #898989. Windows color (decimal): -12730815 or 4308541. OLE color: 4308541.
HSL color Cylindrical-coordinate representation of color #3DBE41: hue angle of 121.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE41 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 65 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.25 |
| HSL | 121.86º | 0.51% | 0.49% | - |
| HSV(B) | 121.86º | 0.68% | 0.75% | - |
| XYZ | 21.29 | 38.2 | 11.25 | - |
| YUV | 137.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 65 | 0.68 | 0 | 0.66 | 0.25 | 121.86 | 0.51 | 0.49 |
| Hex | 3D | BE | 41 | 44 | 0 | 42 | 19 | 7A | 33 | 31 |
| Octal | 75 | 276 | 101 | 104 | 0 | 102 | 31 | 172 | 63 | 61 |
| Binary | 111101 | 10111110 | 1000001 | 1000100 | 0 | 1000010 | 11001 | 1111010 | 110011 | 110001 |
Color Harmonies of #3DBE41
Complementary color
Monochromatic Colors of #3DBE41
Black with #3DBE41
Text Example
Text Example
White with #3DBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE41; }
p { color: rgb(61,190,65); }
H1.HeaderClassName
{
color: #3DBE41;
}
.AnyTagClassName
{
color: #3DBE41;
}
</style>
background-color css
<style>
a { background-color: #3DBE41; }
a { background-color: rgb(61,190,65); }
div.DivClassName
{
background-color: #3DBE41;
}
.BgClassName
{
background-color: #3DBE41;
}
</style>
border-color css
<style>
span { border-color: #3DBE41; }
span { border-color: rgb(61,190,65); }
td.TdClassName
{
border-color: #3DBE41;
}
.TagClassName
{
border-color: #3DBE41;
}
</style>