Html Css Color HEX #2AFFB3 Medium Spring Green

📋 copy color: '#2AFFB3'

red 42 ◦ green 255 ◦ blue 179

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

Shades of Medium Spring Green #2AFFB3

Tints of Medium Spring Green #2AFFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 8.82%
G = 53.57%
B = 37.61%

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

#2AFFB3 (or 0x2AFFB3) is known color: Medium Spring Green. HEX triplet: 2A, FF and B3. RGB value is (42,255,179). Sum of RGB (Red+Green+Blue) = 42+255+179=476 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.82% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFB3 is #D5004C. Grayscale: #B6B6B6. Windows color (decimal): -13959245 or 11796266. OLE color: 11796266.

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

Color convert

RGB 42 255 179 -
CMYK 0.84 0 0.30 0
HSL 158.59º 1% 0.58% -
HSV(B) 158.59º 0.84% 1% -
XYZ 44.85 75.27 54.81 -
YUV 182.65 125.93 27.68 -
System Red Green Blue C M Y K H S L
Decimal 42 255 179 0.84 0 0.30 0 158.59 1 0.58
Hex 2A FF B3 54 0 1E 0 9F 64 3A
Octal 52 377 263 124 0 36 0 237 144 72
Binary 101010 11111111 10110011 1010100 0 11110 0 10011111 1100100 111010

Color Harmonies of #2AFFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFFB3

Black with #2AFFB3

Text Example


Text Example

White with #2AFFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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