Shades of Spring Green #2AFF85
Tints of Spring Green #2AFF85
RGB
CMYK
RGB Variations
Color information
#2AFF85 (or 0x2AFF85) is known color: Spring Green. HEX triplet: 2A, FF and 85. RGB value is (42,255,133). Sum of RGB (Red+Green+Blue) = 42+255+133=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF85 is #D5007A. Grayscale: #B1B1B1. Windows color (decimal): -13959291 or 8781610. OLE color: 8781610.
HSL color Cylindrical-coordinate representation of color #2AFF85: hue angle of 145.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF85 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 133 | - |
| CMYK | 0.84 | 0 | 0.48 | 0 |
| HSL | 145.63º | 1% | 0.58% | - |
| HSV(B) | 145.63º | 0.84% | 1% | - |
| XYZ | 40.95 | 73.71 | 34.26 | - |
| YUV | 177.41 | 102.93 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 133 | 0.84 | 0 | 0.48 | 0 | 145.63 | 1 | 0.58 |
| Hex | 2A | FF | 85 | 54 | 0 | 30 | 0 | 92 | 64 | 3A |
| Octal | 52 | 377 | 205 | 124 | 0 | 60 | 0 | 222 | 144 | 72 |
| Binary | 101010 | 11111111 | 10000101 | 1010100 | 0 | 110000 | 0 | 10010010 | 1100100 | 111010 |
Color Harmonies of #2AFF85
Complementary color
Monochromatic Colors of #2AFF85
Black with #2AFF85
Text Example
Text Example
White with #2AFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF85; }
p { color: rgb(42,255,133); }
H1.HeaderClassName
{
color: #2AFF85;
}
.AnyTagClassName
{
color: #2AFF85;
}
</style>
background-color css
<style>
a { background-color: #2AFF85; }
a { background-color: rgb(42,255,133); }
div.DivClassName
{
background-color: #2AFF85;
}
.BgClassName
{
background-color: #2AFF85;
}
</style>
border-color css
<style>
span { border-color: #2AFF85; }
span { border-color: rgb(42,255,133); }
td.TdClassName
{
border-color: #2AFF85;
}
.TagClassName
{
border-color: #2AFF85;
}
</style>