Shades of Lime Green #3FCF45
Tints of Lime Green #3FCF45
RGB
CMYK
RGB Variations
Color information
#3FCF45 (or 0x3FCF45) is known color: Lime Green. HEX triplet: 3F, CF and 45. RGB value is (63,207,69). Sum of RGB (Red+Green+Blue) = 63+207+69=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCF45 is #C030BA. Grayscale: #949494. Windows color (decimal): -12595387 or 4575039. OLE color: 4575039.
HSL color Cylindrical-coordinate representation of color #3FCF45: hue angle of 122.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF45 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 69 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.19 |
| HSL | 122.5º | 0.6% | 0.53% | - |
| HSV(B) | 122.5º | 0.7% | 0.81% | - |
| XYZ | 25.44 | 46.11 | 13.19 | - |
| YUV | 148.21 | 83.29 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 69 | 0.70 | 0 | 0.67 | 0.19 | 122.5 | 0.6 | 0.53 |
| Hex | 3F | CF | 45 | 46 | 0 | 43 | 13 | 7B | 3C | 35 |
| Octal | 77 | 317 | 105 | 106 | 0 | 103 | 23 | 173 | 74 | 65 |
| Binary | 111111 | 11001111 | 1000101 | 1000110 | 0 | 1000011 | 10011 | 1111011 | 111100 | 110101 |
Color Harmonies of #3FCF45
Complementary color
Monochromatic Colors of #3FCF45
Black with #3FCF45
Text Example
Text Example
White with #3FCF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF45; }
p { color: rgb(63,207,69); }
H1.HeaderClassName
{
color: #3FCF45;
}
.AnyTagClassName
{
color: #3FCF45;
}
</style>
background-color css
<style>
a { background-color: #3FCF45; }
a { background-color: rgb(63,207,69); }
div.DivClassName
{
background-color: #3FCF45;
}
.BgClassName
{
background-color: #3FCF45;
}
</style>
border-color css
<style>
span { border-color: #3FCF45; }
span { border-color: rgb(63,207,69); }
td.TdClassName
{
border-color: #3FCF45;
}
.TagClassName
{
border-color: #3FCF45;
}
</style>