Shades of Spring Green #3AFF83
Tints of Spring Green #3AFF83
RGB
CMYK
RGB Variations
Color information
#3AFF83 (or 0x3AFF83) is known color: Spring Green. HEX triplet: 3A, FF and 83. RGB value is (58,255,131). Sum of RGB (Red+Green+Blue) = 58+255+131=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFF83 is #C5007C. Grayscale: #B6B6B6. Windows color (decimal): -12910717 or 8650554. OLE color: 8650554.
HSL color Cylindrical-coordinate representation of color #3AFF83: hue angle of 142.23º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFF83 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 131 | - |
| CMYK | 0.77 | 0 | 0.49 | 0 |
| HSL | 142.23º | 1% | 0.61% | - |
| HSV(B) | 142.23º | 0.77% | 1% | - |
| XYZ | 41.6 | 74.06 | 33.57 | - |
| YUV | 181.96 | 99.23 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 131 | 0.77 | 0 | 0.49 | 0 | 142.23 | 1 | 0.61 |
| Hex | 3A | FF | 83 | 4D | 0 | 31 | 0 | 8E | 64 | 3D |
| Octal | 72 | 377 | 203 | 115 | 0 | 61 | 0 | 216 | 144 | 75 |
| Binary | 111010 | 11111111 | 10000011 | 1001101 | 0 | 110001 | 0 | 10001110 | 1100100 | 111101 |
Color Harmonies of #3AFF83
Complementary color
Monochromatic Colors of #3AFF83
Black with #3AFF83
Text Example
Text Example
White with #3AFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF83; }
p { color: rgb(58,255,131); }
H1.HeaderClassName
{
color: #3AFF83;
}
.AnyTagClassName
{
color: #3AFF83;
}
</style>
background-color css
<style>
a { background-color: #3AFF83; }
a { background-color: rgb(58,255,131); }
div.DivClassName
{
background-color: #3AFF83;
}
.BgClassName
{
background-color: #3AFF83;
}
</style>
border-color css
<style>
span { border-color: #3AFF83; }
span { border-color: rgb(58,255,131); }
td.TdClassName
{
border-color: #3AFF83;
}
.TagClassName
{
border-color: #3AFF83;
}
</style>