Html Css Color HEX #2AFCB2 Medium Spring Green

📋 copy color: '#2AFCB2'

red 42 ◦ green 252 ◦ blue 178

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

Shades of Medium Spring Green #2AFCB2

Tints of Medium Spring Green #2AFCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 8.9%
G = 53.39%
B = 37.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#2AFCB2 (or 0x2AFCB2) is known color: Medium Spring Green. HEX triplet: 2A, FC and B2. RGB value is (42,252,178). Sum of RGB (Red+Green+Blue) = 42+252+178=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFCB2 is #D5034D. Grayscale: #B4B4B4. Windows color (decimal): -13960014 or 11729962. OLE color: 11729962.

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

Color convert

RGB 42 252 178 -
CMYK 0.83 0 0.29 0.01
HSL 158.86º 0.97% 0.58% -
HSV(B) 158.86º 0.83% 0.99% -
XYZ 43.8 73.33 53.96 -
YUV 180.77 126.43 29.02 -
System Red Green Blue C M Y K H S L
Decimal 42 252 178 0.83 0 0.29 0.01 158.86 0.97 0.58
Hex 2A FC B2 53 0 1D 1 9F 61 3A
Octal 52 374 262 123 0 35 1 237 141 72
Binary 101010 11111100 10110010 1010011 0 11101 1 10011111 1100001 111010

Color Harmonies of #2AFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFCB2

Black with #2AFCB2

Text Example


Text Example

White with #2AFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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