Html Css Color HEX #2FFC73 Spring Green

📋 copy color: '#2FFC73'

red 47 ◦ green 252 ◦ blue 115

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

Shades of Spring Green #2FFC73

Tints of Spring Green #2FFC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.78%

R = 11.35%
G = 60.87%
B = 27.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#2FFC73 (or 0x2FFC73) is known color: Spring Green. HEX triplet: 2F, FC and 73. RGB value is (47,252,115). Sum of RGB (Red+Green+Blue) = 47+252+115=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 252 (98.83% from 255 or 60.87% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC73 is #D0038C. Grayscale: #AFAFAF. Windows color (decimal): -13632397 or 7601199. OLE color: 7601199.

HSL color Cylindrical-coordinate representation of color #2FFC73: hue angle of 139.9º 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 #2FFC73 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 115 -
CMYK 0.81 0 0.54 0.01
HSL 139.9º 0.97% 0.59% -
HSV(B) 139.9º 0.81% 0.99% -
XYZ 39.08 71.46 27.95 -
YUV 175.09 94.08 36.64 -
System Red Green Blue C M Y K H S L
Decimal 47 252 115 0.81 0 0.54 0.01 139.9 0.97 0.59
Hex 2F FC 73 51 0 36 1 8C 61 3B
Octal 57 374 163 121 0 66 1 214 141 73
Binary 101111 11111100 1110011 1010001 0 110110 1 10001100 1100001 111011

Color Harmonies of #2FFC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC73

Black with #2FFC73

Text Example


Text Example

White with #2FFC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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