Shades of Lime Green #3BAF33
Tints of Lime Green #3BAF33
RGB
CMYK
RGB Variations
Color information
#3BAF33 (or 0x3BAF33) is known color: Lime Green. HEX triplet: 3B, AF and 33. RGB value is (59,175,51). Sum of RGB (Red+Green+Blue) = 59+175+51=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAF33 is #C450CC. Grayscale: #7E7E7E. Windows color (decimal): -12865741 or 3387195. OLE color: 3387195.
HSL color Cylindrical-coordinate representation of color #3BAF33: hue angle of 116.13º degrees, saturation: 0.55, 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 #3BAF33 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 51 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.31 |
| HSL | 116.13º | 0.55% | 0.44% | - |
| HSV(B) | 116.13º | 0.71% | 0.69% | - |
| XYZ | 17.73 | 31.83 | 8.34 | - |
| YUV | 126.18 | 85.57 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 51 | 0.66 | 0 | 0.71 | 0.31 | 116.13 | 0.55 | 0.44 |
| Hex | 3B | AF | 33 | 42 | 0 | 47 | 1F | 74 | 37 | 2C |
| Octal | 73 | 257 | 63 | 102 | 0 | 107 | 37 | 164 | 67 | 54 |
| Binary | 111011 | 10101111 | 110011 | 1000010 | 0 | 1000111 | 11111 | 1110100 | 110111 | 101100 |
Color Harmonies of #3BAF33
Complementary color
Monochromatic Colors of #3BAF33
Black with #3BAF33
Text Example
Text Example
White with #3BAF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF33; }
p { color: rgb(59,175,51); }
H1.HeaderClassName
{
color: #3BAF33;
}
.AnyTagClassName
{
color: #3BAF33;
}
</style>
background-color css
<style>
a { background-color: #3BAF33; }
a { background-color: rgb(59,175,51); }
div.DivClassName
{
background-color: #3BAF33;
}
.BgClassName
{
background-color: #3BAF33;
}
</style>
border-color css
<style>
span { border-color: #3BAF33; }
span { border-color: rgb(59,175,51); }
td.TdClassName
{
border-color: #3BAF33;
}
.TagClassName
{
border-color: #3BAF33;
}
</style>