Html Css Color HEX #2AFC80 Spring Green

📋 copy color: '#2AFC80'

red 42 ◦ green 252 ◦ blue 128

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

Shades of Spring Green #2AFC80

Tints of Spring Green #2AFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.72%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 9.95%
G = 59.72%
B = 30.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#2AFC80 (or 0x2AFC80) is known color: Spring Green. HEX triplet: 2A, FC and 80. RGB value is (42,252,128). Sum of RGB (Red+Green+Blue) = 42+252+128=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFC80 is #D5037F. Grayscale: #AFAFAF. Windows color (decimal): -13960064 or 8453162. OLE color: 8453162.

HSL color Cylindrical-coordinate representation of color #2AFC80: hue angle of 144.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFC80 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 252 128 -
CMYK 0.83 0 0.49 0.01
HSL 144.57º 0.97% 0.58% -
HSV(B) 144.57º 0.83% 0.99% -
XYZ 39.66 71.67 32.17 -
YUV 175.07 101.43 33.08 -
System Red Green Blue C M Y K H S L
Decimal 42 252 128 0.83 0 0.49 0.01 144.57 0.97 0.58
Hex 2A FC 80 53 0 31 1 91 61 3A
Octal 52 374 200 123 0 61 1 221 141 72
Binary 101010 11111100 10000000 1010011 0 110001 1 10010001 1100001 111010

Color Harmonies of #2AFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFC80

Black with #2AFC80

Text Example


Text Example

White with #2AFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,252,128); }

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

background-color css

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

 a { background-color: rgb(42,252,128); }

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

border-color css

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

 span { border-color: rgb(42,252,128); }

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