Html Css Color HEX #2FFA8A Spring Green

📋 copy color: '#2FFA8A'

red 47 ◦ green 250 ◦ blue 138

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

Shades of Spring Green #2FFA8A

Tints of Spring Green #2FFA8A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.47%

 BLUE value IS 138 (54.3% from 255) = 31.72%

R = 10.8%
G = 57.47%
B = 31.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#2FFA8A (or 0x2FFA8A) is known color: Spring Green. HEX triplet: 2F, FA and 8A. RGB value is (47,250,138). Sum of RGB (Red+Green+Blue) = 47+250+138=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 250 (98.05% from 255 or 57.47% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA8A is #D00575. Grayscale: #B0B0B0. Windows color (decimal): -13632886 or 9108015. OLE color: 9108015.

HSL color Cylindrical-coordinate representation of color #2FFA8A: hue angle of 146.9º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA8A is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 250 138 -
CMYK 0.81 0 0.45 0.02
HSL 146.9º 0.95% 0.58% -
HSV(B) 146.9º 0.81% 0.98% -
XYZ 39.95 70.81 35.61 -
YUV 176.54 106.25 35.61 -
System Red Green Blue C M Y K H S L
Decimal 47 250 138 0.81 0 0.45 0.02 146.9 0.95 0.58
Hex 2F FA 8A 51 0 2D 2 93 5F 3A
Octal 57 372 212 121 0 55 2 223 137 72
Binary 101111 11111010 10001010 1010001 0 101101 10 10010011 1011111 111010

Color Harmonies of #2FFA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA8A

Black with #2FFA8A

Text Example


Text Example

White with #2FFA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,250,138); }

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

background-color css

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

 a { background-color: rgb(47,250,138); }

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

border-color css

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

 span { border-color: rgb(47,250,138); }

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