Html Css Color HEX #2AFFB2 Medium Spring Green

📋 copy color: '#2AFFB2'

red 42 ◦ green 255 ◦ blue 178

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

Shades of Medium Spring Green #2AFFB2

Tints of Medium Spring Green #2AFFB2

RGB

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

 GREEN value IS 255 (100% from 255) = 53.68%

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

R = 8.84%
G = 53.68%
B = 37.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#2AFFB2 (or 0x2AFFB2) is known color: Medium Spring Green. HEX triplet: 2A, FF and B2. RGB value is (42,255,178). Sum of RGB (Red+Green+Blue) = 42+255+178=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFB2 is #D5004D. Grayscale: #B6B6B6. Windows color (decimal): -13959246 or 11730730. OLE color: 11730730.

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

Color convert

RGB 42 255 178 -
CMYK 0.84 0 0.30 0
HSL 158.31º 1% 0.58% -
HSV(B) 158.31º 0.84% 1% -
XYZ 44.75 75.23 54.28 -
YUV 182.54 125.43 27.76 -
System Red Green Blue C M Y K H S L
Decimal 42 255 178 0.84 0 0.30 0 158.31 1 0.58
Hex 2A FF B2 54 0 1E 0 9E 64 3A
Octal 52 377 262 124 0 36 0 236 144 72
Binary 101010 11111111 10110010 1010100 0 11110 0 10011110 1100100 111010

Color Harmonies of #2AFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFFB2

Black with #2AFFB2

Text Example


Text Example

White with #2AFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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