Html Css Color HEX #2AF971 Spring Green

📋 copy color: '#2AF971'

red 42 ◦ green 249 ◦ blue 113

#2AF971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #2AF971

Tints of Spring Green #2AF971

RGB

 RED value IS 42 (16.8% from 255) = 10.4%

 GREEN value IS 249 (97.66% from 255) = 61.63%

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 10.4%
G = 61.63%
B = 27.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#2AF971 (or 0x2AF971) is known color: 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

RGB 42 249 113 -
CMYK 0.83 0 0.55 0.02
HSL 140.58º 0.95% 0.57% -
HSV(B) 140.58º 0.83% 0.98% -
XYZ 37.81 69.44 27.03 -
YUV 171.6 94.92 35.56 -
System Red Green Blue C M Y K H S L
Decimal 42 249 113 0.83 0 0.55 0.02 140.58 0.95 0.57
Hex 2A F9 71 53 0 37 2 8D 5F 39
Octal 52 371 161 123 0 67 2 215 137 71
Binary 101010 11111001 1110001 1010011 0 110111 10 10001101 1011111 111001

Color Harmonies of #2AF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF971

Black with #2AF971

Text Example


Text Example

White with #2AF971

Text Example


Text Example

HTML Codes & Css Web 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>