Shades of Spring Green #2AFB69
Tints of Spring Green #2AFB69
RGB
CMYK
RGB Variations
Color information
#2AFB69 (or 0x2AFB69) is known color: Spring Green. HEX triplet: 2A, FB and 69. RGB value is (42,251,105). Sum of RGB (Red+Green+Blue) = 42+251+105=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 251 (98.44% from 255 or 63.07% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFB69 is #D50496. Grayscale: #ACACAC. Windows color (decimal): -13960343 or 6945578. OLE color: 6945578.
HSL color Cylindrical-coordinate representation of color #2AFB69: hue angle of 138.09º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFB69 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 105 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.02 |
| HSL | 138.09º | 0.96% | 0.57% | - |
| HSV(B) | 138.09º | 0.83% | 0.98% | - |
| XYZ | 38 | 70.51 | 24.97 | - |
| YUV | 171.87 | 90.26 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 105 | 0.83 | 0 | 0.58 | 0.02 | 138.09 | 0.96 | 0.57 |
| Hex | 2A | FB | 69 | 53 | 0 | 3A | 2 | 8A | 60 | 39 |
| Octal | 52 | 373 | 151 | 123 | 0 | 72 | 2 | 212 | 140 | 71 |
| Binary | 101010 | 11111011 | 1101001 | 1010011 | 0 | 111010 | 10 | 10001010 | 1100000 | 111001 |
Color Harmonies of #2AFB69
Complementary color
Monochromatic Colors of #2AFB69
Black with #2AFB69
Text Example
Text Example
White with #2AFB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB69; }
p { color: rgb(42,251,105); }
H1.HeaderClassName
{
color: #2AFB69;
}
.AnyTagClassName
{
color: #2AFB69;
}
</style>
background-color css
<style>
a { background-color: #2AFB69; }
a { background-color: rgb(42,251,105); }
div.DivClassName
{
background-color: #2AFB69;
}
.BgClassName
{
background-color: #2AFB69;
}
</style>
border-color css
<style>
span { border-color: #2AFB69; }
span { border-color: rgb(42,251,105); }
td.TdClassName
{
border-color: #2AFB69;
}
.TagClassName
{
border-color: #2AFB69;
}
</style>