Shades of Lime Green #3FBE30
Tints of Lime Green #3FBE30
RGB
CMYK
RGB Variations
Color information
#3FBE30 (or 0x3FBE30) is known color: Lime Green. HEX triplet: 3F, BE and 30. RGB value is (63,190,48). Sum of RGB (Red+Green+Blue) = 63+190+48=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 190 (74.61% from 255 or 63.12% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBE30 is #C041CF. Grayscale: #888888. Windows color (decimal): -12599760 or 3194431. OLE color: 3194431.
HSL color Cylindrical-coordinate representation of color #3FBE30: hue angle of 113.66º 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 #3FBE30 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 48 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.25 |
| HSL | 113.66º | 0.6% | 0.47% | - |
| HSV(B) | 113.66º | 0.75% | 0.75% | - |
| XYZ | 21 | 38.1 | 9.04 | - |
| YUV | 135.84 | 78.42 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 48 | 0.67 | 0 | 0.75 | 0.25 | 113.66 | 0.6 | 0.47 |
| Hex | 3F | BE | 30 | 43 | 0 | 4B | 19 | 72 | 3C | 2F |
| Octal | 77 | 276 | 60 | 103 | 0 | 113 | 31 | 162 | 74 | 57 |
| Binary | 111111 | 10111110 | 110000 | 1000011 | 0 | 1001011 | 11001 | 1110010 | 111100 | 101111 |
Color Harmonies of #3FBE30
Complementary color
Monochromatic Colors of #3FBE30
Black with #3FBE30
Text Example
Text Example
White with #3FBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE30; }
p { color: rgb(63,190,48); }
H1.HeaderClassName
{
color: #3FBE30;
}
.AnyTagClassName
{
color: #3FBE30;
}
</style>
background-color css
<style>
a { background-color: #3FBE30; }
a { background-color: rgb(63,190,48); }
div.DivClassName
{
background-color: #3FBE30;
}
.BgClassName
{
background-color: #3FBE30;
}
</style>
border-color css
<style>
span { border-color: #3FBE30; }
span { border-color: rgb(63,190,48); }
td.TdClassName
{
border-color: #3FBE30;
}
.TagClassName
{
border-color: #3FBE30;
}
</style>