Shades of Screamin' Green #3AFB5B
Tints of Screamin' Green #3AFB5B
RGB
CMYK
RGB Variations
Color information
#3AFB5B (or 0x3AFB5B) is known color: Screamin' Green. HEX triplet: 3A, FB and 5B. RGB value is (58,251,91). Sum of RGB (Red+Green+Blue) = 58+251+91=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 251 (98.44% from 255 or 62.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFB5B is #C504A4. Grayscale: #AFAFAF. Windows color (decimal): -12911781 or 6028090. OLE color: 6028090.
HSL color Cylindrical-coordinate representation of color #3AFB5B: hue angle of 130.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB5B is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 91 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.02 |
| HSL | 130.26º | 0.96% | 0.61% | - |
| HSV(B) | 130.26º | 0.77% | 0.98% | - |
| XYZ | 38.13 | 70.65 | 21.52 | - |
| YUV | 175.05 | 80.56 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 91 | 0.77 | 0 | 0.64 | 0.02 | 130.26 | 0.96 | 0.61 |
| Hex | 3A | FB | 5B | 4D | 0 | 40 | 2 | 82 | 60 | 3D |
| Octal | 72 | 373 | 133 | 115 | 0 | 100 | 2 | 202 | 140 | 75 |
| Binary | 111010 | 11111011 | 1011011 | 1001101 | 0 | 1000000 | 10 | 10000010 | 1100000 | 111101 |
Color Harmonies of #3AFB5B
Complementary color
Monochromatic Colors of #3AFB5B
Black with #3AFB5B
Text Example
Text Example
White with #3AFB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB5B; }
p { color: rgb(58,251,91); }
H1.HeaderClassName
{
color: #3AFB5B;
}
.AnyTagClassName
{
color: #3AFB5B;
}
</style>
background-color css
<style>
a { background-color: #3AFB5B; }
a { background-color: rgb(58,251,91); }
div.DivClassName
{
background-color: #3AFB5B;
}
.BgClassName
{
background-color: #3AFB5B;
}
</style>
border-color css
<style>
span { border-color: #3AFB5B; }
span { border-color: rgb(58,251,91); }
td.TdClassName
{
border-color: #3AFB5B;
}
.TagClassName
{
border-color: #3AFB5B;
}
</style>