Shades of Bright Green #5AFB2B
Tints of Bright Green #5AFB2B
RGB
CMYK
RGB Variations
Color information
#5AFB2B (or 0x5AFB2B) is known color: Bright Green. HEX triplet: 5A, FB and 2B. RGB value is (90,251,43). Sum of RGB (Red+Green+Blue) = 90+251+43=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 251 (98.44% from 255 or 65.36% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFB2B is #A504D4. Grayscale: #B3B3B3. Windows color (decimal): -10814677 or 2882394. OLE color: 2882394.
HSL color Cylindrical-coordinate representation of color #5AFB2B: hue angle of 106.44º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AFB2B is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 43 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.02 |
| HSL | 106.44º | 0.96% | 0.58% | - |
| HSV(B) | 106.44º | 0.83% | 0.98% | - |
| XYZ | 39.15 | 71.34 | 13.99 | - |
| YUV | 179.15 | 51.16 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 43 | 0.64 | 0 | 0.83 | 0.02 | 106.44 | 0.96 | 0.58 |
| Hex | 5A | FB | 2B | 40 | 0 | 53 | 2 | 6A | 60 | 3A |
| Octal | 132 | 373 | 53 | 100 | 0 | 123 | 2 | 152 | 140 | 72 |
| Binary | 1011010 | 11111011 | 101011 | 1000000 | 0 | 1010011 | 10 | 1101010 | 1100000 | 111010 |
Color Harmonies of #5AFB2B
Complementary color
Monochromatic Colors of #5AFB2B
Black with #5AFB2B
Text Example
Text Example
White with #5AFB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB2B; }
p { color: rgb(90,251,43); }
H1.HeaderClassName
{
color: #5AFB2B;
}
.AnyTagClassName
{
color: #5AFB2B;
}
</style>
background-color css
<style>
a { background-color: #5AFB2B; }
a { background-color: rgb(90,251,43); }
div.DivClassName
{
background-color: #5AFB2B;
}
.BgClassName
{
background-color: #5AFB2B;
}
</style>
border-color css
<style>
span { border-color: #5AFB2B; }
span { border-color: rgb(90,251,43); }
td.TdClassName
{
border-color: #5AFB2B;
}
.TagClassName
{
border-color: #5AFB2B;
}
</style>