Shades of Lime Green #3DBF30
Tints of Lime Green #3DBF30
RGB
CMYK
RGB Variations
Color information
#3DBF30 (or 0x3DBF30) is known color: Lime Green. HEX triplet: 3D, BF and 30. RGB value is (61,191,48). Sum of RGB (Red+Green+Blue) = 61+191+48=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF30 is #C240CF. Grayscale: #888888. Windows color (decimal): -12730576 or 3194685. OLE color: 3194685.
HSL color Cylindrical-coordinate representation of color #3DBF30: hue angle of 114.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DBF30 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 48 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.25 |
| HSL | 114.55º | 0.6% | 0.47% | - |
| HSV(B) | 114.55º | 0.75% | 0.75% | - |
| XYZ | 21.09 | 38.47 | 9.11 | - |
| YUV | 135.83 | 78.43 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 48 | 0.68 | 0 | 0.75 | 0.25 | 114.55 | 0.6 | 0.47 |
| Hex | 3D | BF | 30 | 44 | 0 | 4B | 19 | 73 | 3C | 2F |
| Octal | 75 | 277 | 60 | 104 | 0 | 113 | 31 | 163 | 74 | 57 |
| Binary | 111101 | 10111111 | 110000 | 1000100 | 0 | 1001011 | 11001 | 1110011 | 111100 | 101111 |
Color Harmonies of #3DBF30
Complementary color
Monochromatic Colors of #3DBF30
Black with #3DBF30
Text Example
Text Example
White with #3DBF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF30; }
p { color: rgb(61,191,48); }
H1.HeaderClassName
{
color: #3DBF30;
}
.AnyTagClassName
{
color: #3DBF30;
}
</style>
background-color css
<style>
a { background-color: #3DBF30; }
a { background-color: rgb(61,191,48); }
div.DivClassName
{
background-color: #3DBF30;
}
.BgClassName
{
background-color: #3DBF30;
}
</style>
border-color css
<style>
span { border-color: #3DBF30; }
span { border-color: rgb(61,191,48); }
td.TdClassName
{
border-color: #3DBF30;
}
.TagClassName
{
border-color: #3DBF30;
}
</style>