Html Css Color HEX #2AFEB5 Medium Spring Green

📋 copy color: '#2AFEB5'

red 42 ◦ green 254 ◦ blue 181

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

Shades of Medium Spring Green #2AFEB5

Tints of Medium Spring Green #2AFEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.95%

R = 8.81%
G = 53.25%
B = 37.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#2AFEB5 (or 0x2AFEB5) is known color: Medium Spring Green. HEX triplet: 2A, FE and B5. RGB value is (42,254,181). Sum of RGB (Red+Green+Blue) = 42+254+181=477 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.81% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFEB5 is #D5014A. Grayscale: #B6B6B6. Windows color (decimal): -13959499 or 11927082. OLE color: 11927082.

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

Color convert

RGB 42 254 181 -
CMYK 0.83 0 0.29 0.00
HSL 159.34º 0.99% 0.58% -
HSV(B) 159.34º 0.83% 1% -
XYZ 44.74 74.71 55.78 -
YUV 182.29 127.26 27.94 -
System Red Green Blue C M Y K H S L
Decimal 42 254 181 0.83 0 0.29 0.00 159.34 0.99 0.58
Hex 2A FE B5 53 0 1D 0 9F 63 3A
Octal 52 376 265 123 0 35 0 237 143 72
Binary 101010 11111110 10110101 1010011 0 11101 0 10011111 1100011 111010

Color Harmonies of #2AFEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFEB5

Black with #2AFEB5

Text Example


Text Example

White with #2AFEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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