Shades of Lime Green #3AE255
Tints of Lime Green #3AE255
RGB
CMYK
RGB Variations
Color information
#3AE255 (or 0x3AE255) is known color: Lime Green. HEX triplet: 3A, E2 and 55. RGB value is (58,226,85). Sum of RGB (Red+Green+Blue) = 58+226+85=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 226 (88.67% from 255 or 61.25% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE255 is #C51DAA. Grayscale: #A0A0A0. Windows color (decimal): -12918187 or 5628474. OLE color: 5628474.
HSL color Cylindrical-coordinate representation of color #3AE255: hue angle of 129.64º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE255 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 226 | 85 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.11 |
| HSL | 129.64º | 0.74% | 0.56% | - |
| HSV(B) | 129.64º | 0.74% | 0.89% | - |
| XYZ | 30.58 | 55.95 | 17.78 | - |
| YUV | 159.69 | 85.84 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 226 | 85 | 0.74 | 0 | 0.62 | 0.11 | 129.64 | 0.74 | 0.56 |
| Hex | 3A | E2 | 55 | 4A | 0 | 3E | B | 82 | 4A | 38 |
| Octal | 72 | 342 | 125 | 112 | 0 | 76 | 13 | 202 | 112 | 70 |
| Binary | 111010 | 11100010 | 1010101 | 1001010 | 0 | 111110 | 1011 | 10000010 | 1001010 | 111000 |
Color Harmonies of #3AE255
Complementary color
Monochromatic Colors of #3AE255
Black with #3AE255
Text Example
Text Example
White with #3AE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE255; }
p { color: rgb(58,226,85); }
H1.HeaderClassName
{
color: #3AE255;
}
.AnyTagClassName
{
color: #3AE255;
}
</style>
background-color css
<style>
a { background-color: #3AE255; }
a { background-color: rgb(58,226,85); }
div.DivClassName
{
background-color: #3AE255;
}
.BgClassName
{
background-color: #3AE255;
}
</style>
border-color css
<style>
span { border-color: #3AE255; }
span { border-color: rgb(58,226,85); }
td.TdClassName
{
border-color: #3AE255;
}
.TagClassName
{
border-color: #3AE255;
}
</style>