Shades of Lime Green #3FBE3E
Tints of Lime Green #3FBE3E
RGB
CMYK
RGB Variations
Color information
#3FBE3E (or 0x3FBE3E) is known color: Lime Green. HEX triplet: 3F, BE and 3E. RGB value is (63,190,62). Sum of RGB (Red+Green+Blue) = 63+190+62=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBE3E is #C041C1. Grayscale: #898989. Windows color (decimal): -12599746 or 4111935. OLE color: 4111935.
HSL color Cylindrical-coordinate representation of color #3FBE3E: hue angle of 119.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBE3E is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 62 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.25 |
| HSL | 119.53º | 0.51% | 0.49% | - |
| HSV(B) | 119.53º | 0.67% | 0.75% | - |
| XYZ | 21.33 | 38.23 | 10.81 | - |
| YUV | 137.44 | 85.42 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 62 | 0.67 | 0 | 0.67 | 0.25 | 119.53 | 0.51 | 0.49 |
| Hex | 3F | BE | 3E | 43 | 0 | 43 | 19 | 78 | 33 | 31 |
| Octal | 77 | 276 | 76 | 103 | 0 | 103 | 31 | 170 | 63 | 61 |
| Binary | 111111 | 10111110 | 111110 | 1000011 | 0 | 1000011 | 11001 | 1111000 | 110011 | 110001 |
Color Harmonies of #3FBE3E
Complementary color
Monochromatic Colors of #3FBE3E
Black with #3FBE3E
Text Example
Text Example
White with #3FBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE3E; }
p { color: rgb(63,190,62); }
H1.HeaderClassName
{
color: #3FBE3E;
}
.AnyTagClassName
{
color: #3FBE3E;
}
</style>
background-color css
<style>
a { background-color: #3FBE3E; }
a { background-color: rgb(63,190,62); }
div.DivClassName
{
background-color: #3FBE3E;
}
.BgClassName
{
background-color: #3FBE3E;
}
</style>
border-color css
<style>
span { border-color: #3FBE3E; }
span { border-color: rgb(63,190,62); }
td.TdClassName
{
border-color: #3FBE3E;
}
.TagClassName
{
border-color: #3FBE3E;
}
</style>