Shades of Lime Green #3DBF44
Tints of Lime Green #3DBF44
RGB
CMYK
RGB Variations
Color information
#3DBF44 (or 0x3DBF44) is known color: Lime Green. HEX triplet: 3D, BF and 44. RGB value is (61,191,68). Sum of RGB (Red+Green+Blue) = 61+191+68=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF44 is #C240BB. Grayscale: #8A8A8A. Windows color (decimal): -12730556 or 4505405. OLE color: 4505405.
HSL color Cylindrical-coordinate representation of color #3DBF44: hue angle of 123.23º degrees, saturation: 0.52, 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 #3DBF44 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 68 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.25 |
| HSL | 123.23º | 0.52% | 0.49% | - |
| HSV(B) | 123.23º | 0.68% | 0.75% | - |
| XYZ | 21.6 | 38.67 | 11.79 | - |
| YUV | 138.11 | 88.43 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 68 | 0.68 | 0 | 0.64 | 0.25 | 123.23 | 0.52 | 0.49 |
| Hex | 3D | BF | 44 | 44 | 0 | 40 | 19 | 7B | 34 | 31 |
| Octal | 75 | 277 | 104 | 104 | 0 | 100 | 31 | 173 | 64 | 61 |
| Binary | 111101 | 10111111 | 1000100 | 1000100 | 0 | 1000000 | 11001 | 1111011 | 110100 | 110001 |
Color Harmonies of #3DBF44
Complementary color
Monochromatic Colors of #3DBF44
Black with #3DBF44
Text Example
Text Example
White with #3DBF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF44; }
p { color: rgb(61,191,68); }
H1.HeaderClassName
{
color: #3DBF44;
}
.AnyTagClassName
{
color: #3DBF44;
}
</style>
background-color css
<style>
a { background-color: #3DBF44; }
a { background-color: rgb(61,191,68); }
div.DivClassName
{
background-color: #3DBF44;
}
.BgClassName
{
background-color: #3DBF44;
}
</style>
border-color css
<style>
span { border-color: #3DBF44; }
span { border-color: rgb(61,191,68); }
td.TdClassName
{
border-color: #3DBF44;
}
.TagClassName
{
border-color: #3DBF44;
}
</style>