Shades of Lime Green #5AE63D
Tints of Lime Green #5AE63D
RGB
CMYK
RGB Variations
Color information
#5AE63D (or 0x5AE63D) is known color: Lime Green. HEX triplet: 5A, E6 and 3D. RGB value is (90,230,61). Sum of RGB (Red+Green+Blue) = 90+230+61=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 230 (90.23% from 255 or 60.37% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE63D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AE63D is #A519C2. Grayscale: #A9A9A9. Windows color (decimal): -10820035 or 4056666. OLE color: 4056666.
HSL color Cylindrical-coordinate representation of color #5AE63D: hue angle of 109.7º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AE63D is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 61 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.10 |
| HSL | 109.7º | 0.77% | 0.57% | - |
| HSV(B) | 109.7º | 0.73% | 0.9% | - |
| XYZ | 33.36 | 59.1 | 14.07 | - |
| YUV | 168.87 | 67.12 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 61 | 0.61 | 0 | 0.73 | 0.10 | 109.7 | 0.77 | 0.57 |
| Hex | 5A | E6 | 3D | 3D | 0 | 49 | A | 6E | 4D | 39 |
| Octal | 132 | 346 | 75 | 75 | 0 | 111 | 12 | 156 | 115 | 71 |
| Binary | 1011010 | 11100110 | 111101 | 111101 | 0 | 1001001 | 1010 | 1101110 | 1001101 | 111001 |
Color Harmonies of #5AE63D
Complementary color
Monochromatic Colors of #5AE63D
Black with #5AE63D
Text Example
Text Example
White with #5AE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE63D; }
p { color: rgb(90,230,61); }
H1.HeaderClassName
{
color: #5AE63D;
}
.AnyTagClassName
{
color: #5AE63D;
}
</style>
background-color css
<style>
a { background-color: #5AE63D; }
a { background-color: rgb(90,230,61); }
div.DivClassName
{
background-color: #5AE63D;
}
.BgClassName
{
background-color: #5AE63D;
}
</style>
border-color css
<style>
span { border-color: #5AE63D; }
span { border-color: rgb(90,230,61); }
td.TdClassName
{
border-color: #5AE63D;
}
.TagClassName
{
border-color: #5AE63D;
}
</style>