Shades of Lime Green #3BCE4B
Tints of Lime Green #3BCE4B
RGB
CMYK
RGB Variations
Color information
#3BCE4B (or 0x3BCE4B) is known color: Lime Green. HEX triplet: 3B, CE and 4B. RGB value is (59,206,75). Sum of RGB (Red+Green+Blue) = 59+206+75=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCE4B is #C431B4. Grayscale: #939393. Windows color (decimal): -12857781 or 4967995. OLE color: 4967995.
HSL color Cylindrical-coordinate representation of color #3BCE4B: hue angle of 126.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCE4B is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 75 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.19 |
| HSL | 126.53º | 0.6% | 0.52% | - |
| HSV(B) | 126.53º | 0.71% | 0.81% | - |
| XYZ | 25.14 | 45.58 | 14.13 | - |
| YUV | 147.11 | 87.3 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 75 | 0.71 | 0 | 0.64 | 0.19 | 126.53 | 0.6 | 0.52 |
| Hex | 3B | CE | 4B | 47 | 0 | 40 | 13 | 7F | 3C | 34 |
| Octal | 73 | 316 | 113 | 107 | 0 | 100 | 23 | 177 | 74 | 64 |
| Binary | 111011 | 11001110 | 1001011 | 1000111 | 0 | 1000000 | 10011 | 1111111 | 111100 | 110100 |
Color Harmonies of #3BCE4B
Complementary color
Monochromatic Colors of #3BCE4B
Black with #3BCE4B
Text Example
Text Example
White with #3BCE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCE4B; }
p { color: rgb(59,206,75); }
H1.HeaderClassName
{
color: #3BCE4B;
}
.AnyTagClassName
{
color: #3BCE4B;
}
</style>
background-color css
<style>
a { background-color: #3BCE4B; }
a { background-color: rgb(59,206,75); }
div.DivClassName
{
background-color: #3BCE4B;
}
.BgClassName
{
background-color: #3BCE4B;
}
</style>
border-color css
<style>
span { border-color: #3BCE4B; }
span { border-color: rgb(59,206,75); }
td.TdClassName
{
border-color: #3BCE4B;
}
.TagClassName
{
border-color: #3BCE4B;
}
</style>