Shades of Lime Green #3FDB34
Tints of Lime Green #3FDB34
RGB
CMYK
RGB Variations
Color information
#3FDB34 (or 0x3FDB34) is known color: Lime Green. HEX triplet: 3F, DB and 34. RGB value is (63,219,52). Sum of RGB (Red+Green+Blue) = 63+219+52=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDB34 is #C024CB. Grayscale: #999999. Windows color (decimal): -12592332 or 3463999. OLE color: 3463999.
HSL color Cylindrical-coordinate representation of color #3FDB34: hue angle of 116.05º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FDB34 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 52 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.14 |
| HSL | 116.05º | 0.7% | 0.53% | - |
| HSV(B) | 116.05º | 0.76% | 0.86% | - |
| XYZ | 28 | 51.97 | 11.8 | - |
| YUV | 153.32 | 70.82 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 52 | 0.71 | 0 | 0.76 | 0.14 | 116.05 | 0.7 | 0.53 |
| Hex | 3F | DB | 34 | 47 | 0 | 4C | E | 74 | 46 | 35 |
| Octal | 77 | 333 | 64 | 107 | 0 | 114 | 16 | 164 | 106 | 65 |
| Binary | 111111 | 11011011 | 110100 | 1000111 | 0 | 1001100 | 1110 | 1110100 | 1000110 | 110101 |
Color Harmonies of #3FDB34
Complementary color
Monochromatic Colors of #3FDB34
Black with #3FDB34
Text Example
Text Example
White with #3FDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB34; }
p { color: rgb(63,219,52); }
H1.HeaderClassName
{
color: #3FDB34;
}
.AnyTagClassName
{
color: #3FDB34;
}
</style>
background-color css
<style>
a { background-color: #3FDB34; }
a { background-color: rgb(63,219,52); }
div.DivClassName
{
background-color: #3FDB34;
}
.BgClassName
{
background-color: #3FDB34;
}
</style>
border-color css
<style>
span { border-color: #3FDB34; }
span { border-color: rgb(63,219,52); }
td.TdClassName
{
border-color: #3FDB34;
}
.TagClassName
{
border-color: #3FDB34;
}
</style>