Html Css Color HEX #2FFC80 Spring Green

📋 copy color: '#2FFC80'

red 47 ◦ green 252 ◦ blue 128

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

Shades of Spring Green #2FFC80

Tints of Spring Green #2FFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.02%

 BLUE value IS 128 (50.39% from 255) = 29.98%

R = 11.01%
G = 59.02%
B = 29.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#2FFC80 (or 0x2FFC80) is known color: Spring Green. HEX triplet: 2F, FC and 80. RGB value is (47,252,128). Sum of RGB (Red+Green+Blue) = 47+252+128=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFC80 is #D0037F. Grayscale: #B0B0B0. Windows color (decimal): -13632384 or 8453167. OLE color: 8453167.

HSL color Cylindrical-coordinate representation of color #2FFC80: hue angle of 143.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC80 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 128 -
CMYK 0.81 0 0.49 0.01
HSL 143.71º 0.97% 0.59% -
HSV(B) 143.71º 0.81% 0.99% -
XYZ 39.88 71.78 32.18 -
YUV 176.57 100.58 35.58 -
System Red Green Blue C M Y K H S L
Decimal 47 252 128 0.81 0 0.49 0.01 143.71 0.97 0.59
Hex 2F FC 80 51 0 31 1 90 61 3B
Octal 57 374 200 121 0 61 1 220 141 73
Binary 101111 11111100 10000000 1010001 0 110001 1 10010000 1100001 111011

Color Harmonies of #2FFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC80

Black with #2FFC80

Text Example


Text Example

White with #2FFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,252,128); }

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

background-color css

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

 a { background-color: rgb(47,252,128); }

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

border-color css

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

 span { border-color: rgb(47,252,128); }

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