Html Css Color HEX #2AFC7F Spring Green

📋 copy color: '#2AFC7F'

red 42 ◦ green 252 ◦ blue 127

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

Shades of Spring Green #2AFC7F

Tints of Spring Green #2AFC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 9.98%
G = 59.86%
B = 30.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#2AFC7F (or 0x2AFC7F) is known color: Spring Green. HEX triplet: 2A, FC and 7F. RGB value is (42,252,127). Sum of RGB (Red+Green+Blue) = 42+252+127=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 252 (98.83% from 255 or 59.86% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFC7F is #D50380. Grayscale: #AFAFAF. Windows color (decimal): -13960065 or 8387626. OLE color: 8387626.

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

Color convert

RGB 42 252 127 -
CMYK 0.83 0 0.50 0.01
HSL 144.29º 0.97% 0.58% -
HSV(B) 144.29º 0.83% 0.99% -
XYZ 39.6 71.65 31.82 -
YUV 174.96 100.93 33.16 -
System Red Green Blue C M Y K H S L
Decimal 42 252 127 0.83 0 0.50 0.01 144.29 0.97 0.58
Hex 2A FC 7F 53 0 32 1 90 61 3A
Octal 52 374 177 123 0 62 1 220 141 72
Binary 101010 11111100 1111111 1010011 0 110010 1 10010000 1100001 111010

Color Harmonies of #2AFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFC7F

Black with #2AFC7F

Text Example


Text Example

White with #2AFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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