Shades of Lime Green #3BDF4A
Tints of Lime Green #3BDF4A
RGB
CMYK
RGB Variations
Color information
#3BDF4A (or 0x3BDF4A) is known color: Lime Green. HEX triplet: 3B, DF and 4A. RGB value is (59,223,74). Sum of RGB (Red+Green+Blue) = 59+223+74=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDF4A is #C420B5. Grayscale: #9D9D9D. Windows color (decimal): -12853430 or 4906811. OLE color: 4906811.
HSL color Cylindrical-coordinate representation of color #3BDF4A: hue angle of 125.49º 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 #3BDF4A is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 74 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.13 |
| HSL | 125.49º | 0.72% | 0.55% | - |
| HSV(B) | 125.49º | 0.74% | 0.87% | - |
| XYZ | 29.43 | 54.2 | 15.39 | - |
| YUV | 156.98 | 81.17 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 74 | 0.74 | 0 | 0.67 | 0.13 | 125.49 | 0.72 | 0.55 |
| Hex | 3B | DF | 4A | 4A | 0 | 43 | D | 7D | 48 | 37 |
| Octal | 73 | 337 | 112 | 112 | 0 | 103 | 15 | 175 | 110 | 67 |
| Binary | 111011 | 11011111 | 1001010 | 1001010 | 0 | 1000011 | 1101 | 1111101 | 1001000 | 110111 |
Color Harmonies of #3BDF4A
Complementary color
Monochromatic Colors of #3BDF4A
Black with #3BDF4A
Text Example
Text Example
White with #3BDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF4A; }
p { color: rgb(59,223,74); }
H1.HeaderClassName
{
color: #3BDF4A;
}
.AnyTagClassName
{
color: #3BDF4A;
}
</style>
background-color css
<style>
a { background-color: #3BDF4A; }
a { background-color: rgb(59,223,74); }
div.DivClassName
{
background-color: #3BDF4A;
}
.BgClassName
{
background-color: #3BDF4A;
}
</style>
border-color css
<style>
span { border-color: #3BDF4A; }
span { border-color: rgb(59,223,74); }
td.TdClassName
{
border-color: #3BDF4A;
}
.TagClassName
{
border-color: #3BDF4A;
}
</style>