Html Css Color HEX #2AFEB2 Medium Spring Green

📋 copy color: '#2AFEB2'

red 42 ◦ green 254 ◦ blue 178

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

Shades of Medium Spring Green #2AFEB2

Tints of Medium Spring Green #2AFEB2

RGB

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

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

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

R = 8.86%
G = 53.59%
B = 37.55%

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

#2AFEB2 (or 0x2AFEB2) is known color: Medium Spring Green. HEX triplet: 2A, FE and B2. RGB value is (42,254,178). Sum of RGB (Red+Green+Blue) = 42+254+178=474 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.86% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFEB2 is #D5014D. Grayscale: #B6B6B6. Windows color (decimal): -13959502 or 11730474. OLE color: 11730474.

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

Color convert

RGB 42 254 178 -
CMYK 0.83 0 0.30 0.00
HSL 158.49º 0.99% 0.58% -
HSV(B) 158.49º 0.83% 1% -
XYZ 44.43 74.59 54.18 -
YUV 181.95 125.76 28.18 -
System Red Green Blue C M Y K H S L
Decimal 42 254 178 0.83 0 0.30 0.00 158.49 0.99 0.58
Hex 2A FE B2 53 0 1E 0 9E 63 3A
Octal 52 376 262 123 0 36 0 236 143 72
Binary 101010 11111110 10110010 1010011 0 11110 0 10011110 1100011 111010

Color Harmonies of #2AFEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFEB2

Black with #2AFEB2

Text Example


Text Example

White with #2AFEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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