#2AF971

Color #2AF971 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #2AF971

Tints of Spring Green #2AF971

Color information

#2AF971 (or 0x2AF971) is unknown color: approx Spring Green. HEX triplet: 2A, F9 and 71. RGB value is (42,249,113). Sum of RGB (Red+Green+Blue) = 42+249+113=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF971 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF971 is #D5068E. Grayscale: #ABABAB. Windows color (decimal): -13960847 or 7469354. OLE color: 7469354.

HSL color Cylindrical-coordinate representation of color #2AF971: hue angle of 140.58º degrees, saturation: 0.95, 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 #2AF971 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB42249113-
CMYK0.8300.550.02
HSL140.58º94.52%57.06%-
HSV(B)140.58º83.13%97.65%-
XYZ37.8169.4427.03-
YUV171.694.9235.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 10.40%
GREEN value IS 249 (97.66% from 255) = 61.63%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=10.40%
G=61.63%
B=27.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal422491130.8300.550.02140.5894.5257.06
Hex2AF9715303728d5f39
Octal52371161123067221513771
Binary1010101111100111100011010011011011110100011011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AF971; }

 p { color: rgb(42,249,113); }

 H1.HeaderClassName
 {
   color: #2AF971;
 }
 .AnyTagClassName
 {
   color: #2AF971;
 }
</style>
background-color css

<style>
 a { background-color: #2AF971; }

 a { background-color: rgb(42,249,113); }

 div.DivClassName
 {
   background-color: #2AF971;
 }
 .BgClassName
 {
   background-color: #2AF971;
 }
</style>
border-color css

<style>
 span { border-color: #2AF971; }

 span { border-color: rgb(42,249,113); }

 td.TdClassName
 {
   border-color: #2AF971;
 }
 .TagClassName
 {
   border-color: #2AF971;
 }
</style>