Shades of Lime Green #3BDF4B
Tints of Lime Green #3BDF4B
RGB
CMYK
RGB Variations
Color information
#3BDF4B (or 0x3BDF4B) is known color: Lime Green. HEX triplet: 3B, DF and 4B. RGB value is (59,223,75). Sum of RGB (Red+Green+Blue) = 59+223+75=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDF4B is #C420B4. Grayscale: #9D9D9D. Windows color (decimal): -12853429 or 4972347. OLE color: 4972347.
HSL color Cylindrical-coordinate representation of color #3BDF4B: hue angle of 125.85º 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 #3BDF4B is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 75 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.13 |
| HSL | 125.85º | 0.72% | 0.55% | - |
| HSV(B) | 125.85º | 0.74% | 0.87% | - |
| XYZ | 29.46 | 54.21 | 15.57 | - |
| YUV | 157.09 | 81.67 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 75 | 0.74 | 0 | 0.66 | 0.13 | 125.85 | 0.72 | 0.55 |
| Hex | 3B | DF | 4B | 4A | 0 | 42 | D | 7E | 48 | 37 |
| Octal | 73 | 337 | 113 | 112 | 0 | 102 | 15 | 176 | 110 | 67 |
| Binary | 111011 | 11011111 | 1001011 | 1001010 | 0 | 1000010 | 1101 | 1111110 | 1001000 | 110111 |
Color Harmonies of #3BDF4B
Complementary color
Monochromatic Colors of #3BDF4B
Black with #3BDF4B
Text Example
Text Example
White with #3BDF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF4B; }
p { color: rgb(59,223,75); }
H1.HeaderClassName
{
color: #3BDF4B;
}
.AnyTagClassName
{
color: #3BDF4B;
}
</style>
background-color css
<style>
a { background-color: #3BDF4B; }
a { background-color: rgb(59,223,75); }
div.DivClassName
{
background-color: #3BDF4B;
}
.BgClassName
{
background-color: #3BDF4B;
}
</style>
border-color css
<style>
span { border-color: #3BDF4B; }
span { border-color: rgb(59,223,75); }
td.TdClassName
{
border-color: #3BDF4B;
}
.TagClassName
{
border-color: #3BDF4B;
}
</style>