Shades of Lime Green #3ABB34
Tints of Lime Green #3ABB34
RGB
CMYK
RGB Variations
Color information
#3ABB34 (or 0x3ABB34) is known color: Lime Green. HEX triplet: 3A, BB and 34. RGB value is (58,187,52). Sum of RGB (Red+Green+Blue) = 58+187+52=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 187 (73.44% from 255 or 62.96% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABB34 is #C544CB. Grayscale: #858585. Windows color (decimal): -12928204 or 3455802. OLE color: 3455802.
HSL color Cylindrical-coordinate representation of color #3ABB34: hue angle of 117.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABB34 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 52 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.27 |
| HSL | 117.33º | 0.56% | 0.47% | - |
| HSV(B) | 117.33º | 0.72% | 0.73% | - |
| XYZ | 20.14 | 36.69 | 9.27 | - |
| YUV | 133.04 | 82.26 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 52 | 0.69 | 0 | 0.72 | 0.27 | 117.33 | 0.56 | 0.47 |
| Hex | 3A | BB | 34 | 45 | 0 | 48 | 1B | 75 | 38 | 2F |
| Octal | 72 | 273 | 64 | 105 | 0 | 110 | 33 | 165 | 70 | 57 |
| Binary | 111010 | 10111011 | 110100 | 1000101 | 0 | 1001000 | 11011 | 1110101 | 111000 | 101111 |
Color Harmonies of #3ABB34
Complementary color
Monochromatic Colors of #3ABB34
Black with #3ABB34
Text Example
Text Example
White with #3ABB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABB34; }
p { color: rgb(58,187,52); }
H1.HeaderClassName
{
color: #3ABB34;
}
.AnyTagClassName
{
color: #3ABB34;
}
</style>
background-color css
<style>
a { background-color: #3ABB34; }
a { background-color: rgb(58,187,52); }
div.DivClassName
{
background-color: #3ABB34;
}
.BgClassName
{
background-color: #3ABB34;
}
</style>
border-color css
<style>
span { border-color: #3ABB34; }
span { border-color: rgb(58,187,52); }
td.TdClassName
{
border-color: #3ABB34;
}
.TagClassName
{
border-color: #3ABB34;
}
</style>