Html Css Color HEX #2FFFA1 Medium Spring Green

📋 copy color: '#2FFFA1'

red 47 ◦ green 255 ◦ blue 161

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

Shades of Medium Spring Green #2FFFA1

Tints of Medium Spring Green #2FFFA1

RGB

 RED value IS 47 (18.75% from 255) = 10.15%

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

 BLUE value IS 161 (63.28% from 255) = 34.77%

R = 10.15%
G = 55.08%
B = 34.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#2FFFA1 (or 0x2FFFA1) is known color: Medium Spring Green. HEX triplet: 2F, FF and A1. RGB value is (47,255,161). Sum of RGB (Red+Green+Blue) = 47+255+161=463 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.15% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFFA1 is #D0005E. Grayscale: #B6B6B6. Windows color (decimal): -13631583 or 10616623. OLE color: 10616623.

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

Color convert

RGB 47 255 161 -
CMYK 0.82 0 0.37 0
HSL 152.88º 1% 0.59% -
HSV(B) 152.88º 0.82% 1% -
XYZ 43.37 74.7 45.85 -
YUV 182.09 116.09 31.64 -
System Red Green Blue C M Y K H S L
Decimal 47 255 161 0.82 0 0.37 0 152.88 1 0.59
Hex 2F FF A1 52 0 25 0 99 64 3B
Octal 57 377 241 122 0 45 0 231 144 73
Binary 101111 11111111 10100001 1010010 0 100101 0 10011001 1100100 111011

Color Harmonies of #2FFFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFFA1

Black with #2FFFA1

Text Example


Text Example

White with #2FFFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,255,161); }

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

background-color css

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

 a { background-color: rgb(47,255,161); }

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

border-color css

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

 span { border-color: rgb(47,255,161); }

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