Shades of Lime Green #3AB826
Tints of Lime Green #3AB826
RGB
CMYK
RGB Variations
Color information
#3AB826 (or 0x3AB826) is known color: Lime Green. HEX triplet: 3A, B8 and 26. RGB value is (58,184,38). Sum of RGB (Red+Green+Blue) = 58+184+38=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 184 (72.27% from 255 or 65.71% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 184 - color contains mainly: green. Hex color #3AB826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB826 is #C547D9. Grayscale: #828282. Windows color (decimal): -12928986 or 2537530. OLE color: 2537530.
HSL color Cylindrical-coordinate representation of color #3AB826: hue angle of 111.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AB826 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 58 | 184 | 38 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.28 |
| HSL | 111.78º | 0.66% | 0.44% | - |
| HSV(B) | 111.78º | 0.79% | 0.72% | - |
| XYZ | 19.24 | 35.32 | 7.64 | - |
| YUV | 129.68 | 76.26 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 184 | 38 | 0.68 | 0 | 0.79 | 0.28 | 111.78 | 0.66 | 0.44 |
| Hex | 3A | B8 | 26 | 44 | 0 | 4F | 1C | 70 | 42 | 2C |
| Octal | 72 | 270 | 46 | 104 | 0 | 117 | 34 | 160 | 102 | 54 |
| Binary | 111010 | 10111000 | 100110 | 1000100 | 0 | 1001111 | 11100 | 1110000 | 1000010 | 101100 |
Color Harmonies of #3AB826
Complementary color
Monochromatic Colors of #3AB826
Black with #3AB826
Text Example
Text Example
White with #3AB826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB826; }
p { color: rgb(58,184,38); }
H1.HeaderClassName
{
color: #3AB826;
}
.AnyTagClassName
{
color: #3AB826;
}
</style>
background-color css
<style>
a { background-color: #3AB826; }
a { background-color: rgb(58,184,38); }
div.DivClassName
{
background-color: #3AB826;
}
.BgClassName
{
background-color: #3AB826;
}
</style>
border-color css
<style>
span { border-color: #3AB826; }
span { border-color: rgb(58,184,38); }
td.TdClassName
{
border-color: #3AB826;
}
.TagClassName
{
border-color: #3AB826;
}
</style>