Shades of Lime Green #3BAF32
Tints of Lime Green #3BAF32
RGB
CMYK
RGB Variations
Color information
#3BAF32 (or 0x3BAF32) is known color: Lime Green. HEX triplet: 3B, AF and 32. RGB value is (59,175,50). Sum of RGB (Red+Green+Blue) = 59+175+50=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAF32 is #C450CD. Grayscale: #7E7E7E. Windows color (decimal): -12865742 or 3321659. OLE color: 3321659.
HSL color Cylindrical-coordinate representation of color #3BAF32: hue angle of 115.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BAF32 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 50 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.31 |
| HSL | 115.68º | 0.56% | 0.44% | - |
| HSV(B) | 115.68º | 0.71% | 0.69% | - |
| XYZ | 17.71 | 31.82 | 8.23 | - |
| YUV | 126.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 50 | 0.66 | 0 | 0.71 | 0.31 | 115.68 | 0.56 | 0.44 |
| Hex | 3B | AF | 32 | 42 | 0 | 47 | 1F | 74 | 38 | 2C |
| Octal | 73 | 257 | 62 | 102 | 0 | 107 | 37 | 164 | 70 | 54 |
| Binary | 111011 | 10101111 | 110010 | 1000010 | 0 | 1000111 | 11111 | 1110100 | 111000 | 101100 |
Color Harmonies of #3BAF32
Complementary color
Monochromatic Colors of #3BAF32
Black with #3BAF32
Text Example
Text Example
White with #3BAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF32; }
p { color: rgb(59,175,50); }
H1.HeaderClassName
{
color: #3BAF32;
}
.AnyTagClassName
{
color: #3BAF32;
}
</style>
background-color css
<style>
a { background-color: #3BAF32; }
a { background-color: rgb(59,175,50); }
div.DivClassName
{
background-color: #3BAF32;
}
.BgClassName
{
background-color: #3BAF32;
}
</style>
border-color css
<style>
span { border-color: #3BAF32; }
span { border-color: rgb(59,175,50); }
td.TdClassName
{
border-color: #3BAF32;
}
.TagClassName
{
border-color: #3BAF32;
}
</style>