Html Css Color HEX #2AF970 Spring Green

📋 copy color: '#2AF970'

red 42 ◦ green 249 ◦ blue 112

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

Shades of Spring Green #2AF970

Tints of Spring Green #2AF970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 10.42%
G = 61.79%
B = 27.79%

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

#2AF970 (or 0x2AF970) is known color: Spring Green. HEX triplet: 2A, F9 and 70. RGB value is (42,249,112). Sum of RGB (Red+Green+Blue) = 42+249+112=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 249 (97.66% from 255 or 61.79% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF970 is #D5068F. Grayscale: #ABABAB. Windows color (decimal): -13960848 or 7403818. OLE color: 7403818.

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

Color convert

RGB 42 249 112 -
CMYK 0.83 0 0.55 0.02
HSL 140.29º 0.95% 0.57% -
HSV(B) 140.29º 0.83% 0.98% -
XYZ 37.76 69.41 26.74 -
YUV 171.49 94.42 35.64 -
System Red Green Blue C M Y K H S L
Decimal 42 249 112 0.83 0 0.55 0.02 140.29 0.95 0.57
Hex 2A F9 70 53 0 37 2 8C 5F 39
Octal 52 371 160 123 0 67 2 214 137 71
Binary 101010 11111001 1110000 1010011 0 110111 10 10001100 1011111 111001

Color Harmonies of #2AF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF970

Black with #2AF970

Text Example


Text Example

White with #2AF970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AF970;
 }
 .AnyTagClassName
 {
   color: #2AF970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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