Html Css Color HEX #2AFEB1 Medium Spring Green

📋 copy color: '#2AFEB1'

red 42 ◦ green 254 ◦ blue 177

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

Shades of Medium Spring Green #2AFEB1

Tints of Medium Spring Green #2AFEB1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.7%

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 8.88%
G = 53.7%
B = 37.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#2AFEB1 (or 0x2AFEB1) is known color: Medium Spring Green. HEX triplet: 2A, FE and B1. RGB value is (42,254,177). Sum of RGB (Red+Green+Blue) = 42+254+177=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFEB1 is #D5014E. Grayscale: #B5B5B5. Windows color (decimal): -13959503 or 11664938. OLE color: 11664938.

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

Color convert

RGB 42 254 177 -
CMYK 0.83 0 0.30 0.00
HSL 158.21º 0.99% 0.58% -
HSV(B) 158.21º 0.83% 1% -
XYZ 44.33 74.55 53.65 -
YUV 181.83 125.26 28.26 -
System Red Green Blue C M Y K H S L
Decimal 42 254 177 0.83 0 0.30 0.00 158.21 0.99 0.58
Hex 2A FE B1 53 0 1E 0 9E 63 3A
Octal 52 376 261 123 0 36 0 236 143 72
Binary 101010 11111110 10110001 1010011 0 11110 0 10011110 1100011 111010

Color Harmonies of #2AFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFEB1

Black with #2AFEB1

Text Example


Text Example

White with #2AFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,254,177); }

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

background-color css

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

 a { background-color: rgb(42,254,177); }

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

border-color css

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

 span { border-color: rgb(42,254,177); }

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