Shades of Lime Green #3FDF3B
Tints of Lime Green #3FDF3B
RGB
CMYK
RGB Variations
Color information
#3FDF3B (or 0x3FDF3B) is known color: Lime Green. HEX triplet: 3F, DF and 3B. RGB value is (63,223,59). Sum of RGB (Red+Green+Blue) = 63+223+59=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF3B is #C020C4. Grayscale: #9C9C9C. Windows color (decimal): -12591301 or 3923775. OLE color: 3923775.
HSL color Cylindrical-coordinate representation of color #3FDF3B: hue angle of 118.54º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDF3B is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 59 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.13 |
| HSL | 118.54º | 0.72% | 0.55% | - |
| HSV(B) | 118.54º | 0.74% | 0.87% | - |
| XYZ | 29.23 | 54.15 | 13.05 | - |
| YUV | 156.46 | 72.99 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 59 | 0.72 | 0 | 0.74 | 0.13 | 118.54 | 0.72 | 0.55 |
| Hex | 3F | DF | 3B | 48 | 0 | 4A | D | 77 | 48 | 37 |
| Octal | 77 | 337 | 73 | 110 | 0 | 112 | 15 | 167 | 110 | 67 |
| Binary | 111111 | 11011111 | 111011 | 1001000 | 0 | 1001010 | 1101 | 1110111 | 1001000 | 110111 |
Color Harmonies of #3FDF3B
Complementary color
Monochromatic Colors of #3FDF3B
Black with #3FDF3B
Text Example
Text Example
White with #3FDF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF3B; }
p { color: rgb(63,223,59); }
H1.HeaderClassName
{
color: #3FDF3B;
}
.AnyTagClassName
{
color: #3FDF3B;
}
</style>
background-color css
<style>
a { background-color: #3FDF3B; }
a { background-color: rgb(63,223,59); }
div.DivClassName
{
background-color: #3FDF3B;
}
.BgClassName
{
background-color: #3FDF3B;
}
</style>
border-color css
<style>
span { border-color: #3FDF3B; }
span { border-color: rgb(63,223,59); }
td.TdClassName
{
border-color: #3FDF3B;
}
.TagClassName
{
border-color: #3FDF3B;
}
</style>