Shades of Bright Green #5AEC2D
Tints of Bright Green #5AEC2D
RGB
CMYK
RGB Variations
Color information
#5AEC2D (or 0x5AEC2D) is known color: Bright Green. HEX triplet: 5A, EC and 2D. RGB value is (90,236,45). Sum of RGB (Red+Green+Blue) = 90+236+45=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #5AEC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AEC2D is #A513D2. Grayscale: #ABABAB. Windows color (decimal): -10818515 or 3009626. OLE color: 3009626.
HSL color Cylindrical-coordinate representation of color #5AEC2D: hue angle of 105.86º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5AEC2D is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 45 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.07 |
| HSL | 105.86º | 0.83% | 0.55% | - |
| HSV(B) | 105.86º | 0.81% | 0.93% | - |
| XYZ | 34.69 | 62.35 | 12.69 | - |
| YUV | 170.57 | 57.13 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 45 | 0.62 | 0 | 0.81 | 0.07 | 105.86 | 0.83 | 0.55 |
| Hex | 5A | EC | 2D | 3E | 0 | 51 | 7 | 6A | 53 | 37 |
| Octal | 132 | 354 | 55 | 76 | 0 | 121 | 7 | 152 | 123 | 67 |
| Binary | 1011010 | 11101100 | 101101 | 111110 | 0 | 1010001 | 111 | 1101010 | 1010011 | 110111 |
Color Harmonies of #5AEC2D
Complementary color
Monochromatic Colors of #5AEC2D
Black with #5AEC2D
Text Example
Text Example
White with #5AEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEC2D; }
p { color: rgb(90,236,45); }
H1.HeaderClassName
{
color: #5AEC2D;
}
.AnyTagClassName
{
color: #5AEC2D;
}
</style>
background-color css
<style>
a { background-color: #5AEC2D; }
a { background-color: rgb(90,236,45); }
div.DivClassName
{
background-color: #5AEC2D;
}
.BgClassName
{
background-color: #5AEC2D;
}
</style>
border-color css
<style>
span { border-color: #5AEC2D; }
span { border-color: rgb(90,236,45); }
td.TdClassName
{
border-color: #5AEC2D;
}
.TagClassName
{
border-color: #5AEC2D;
}
</style>