Shades of Lime Green #3FBD30
Tints of Lime Green #3FBD30
RGB
CMYK
RGB Variations
Color information
#3FBD30 (or 0x3FBD30) is known color: Lime Green. HEX triplet: 3F, BD and 30. RGB value is (63,189,48). Sum of RGB (Red+Green+Blue) = 63+189+48=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBD30 is #C042CF. Grayscale: #878787. Windows color (decimal): -12600016 or 3194175. OLE color: 3194175.
HSL color Cylindrical-coordinate representation of color #3FBD30: hue angle of 113.62º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FBD30 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 48 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.26 |
| HSL | 113.62º | 0.59% | 0.46% | - |
| HSV(B) | 113.62º | 0.75% | 0.74% | - |
| XYZ | 20.78 | 37.67 | 8.97 | - |
| YUV | 135.25 | 78.76 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 48 | 0.67 | 0 | 0.75 | 0.26 | 113.62 | 0.59 | 0.46 |
| Hex | 3F | BD | 30 | 43 | 0 | 4B | 1A | 72 | 3B | 2E |
| Octal | 77 | 275 | 60 | 103 | 0 | 113 | 32 | 162 | 73 | 56 |
| Binary | 111111 | 10111101 | 110000 | 1000011 | 0 | 1001011 | 11010 | 1110010 | 111011 | 101110 |
Color Harmonies of #3FBD30
Complementary color
Monochromatic Colors of #3FBD30
Black with #3FBD30
Text Example
Text Example
White with #3FBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD30; }
p { color: rgb(63,189,48); }
H1.HeaderClassName
{
color: #3FBD30;
}
.AnyTagClassName
{
color: #3FBD30;
}
</style>
background-color css
<style>
a { background-color: #3FBD30; }
a { background-color: rgb(63,189,48); }
div.DivClassName
{
background-color: #3FBD30;
}
.BgClassName
{
background-color: #3FBD30;
}
</style>
border-color css
<style>
span { border-color: #3FBD30; }
span { border-color: rgb(63,189,48); }
td.TdClassName
{
border-color: #3FBD30;
}
.TagClassName
{
border-color: #3FBD30;
}
</style>