Html Css Color HEX #2FF173 Spring Green

📋 copy color: '#2FF173'

red 47 ◦ green 241 ◦ blue 115

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

Shades of Spring Green #2FF173

Tints of Spring Green #2FF173

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.8%

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

R = 11.66%
G = 59.8%
B = 28.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#2FF173 (or 0x2FF173) is known color: Spring Green. HEX triplet: 2F, F1 and 73. RGB value is (47,241,115). Sum of RGB (Red+Green+Blue) = 47+241+115=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF173 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF173 is #D00E8C. Grayscale: #A8A8A8. Windows color (decimal): -13635213 or 7598383. OLE color: 7598383.

HSL color Cylindrical-coordinate representation of color #2FF173: hue angle of 141.03º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF173 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 115 -
CMYK 0.80 0 0.52 0.05
HSL 141.03º 0.87% 0.56% -
HSV(B) 141.03º 0.8% 0.95% -
XYZ 35.72 64.75 26.84 -
YUV 168.63 97.73 41.25 -
System Red Green Blue C M Y K H S L
Decimal 47 241 115 0.80 0 0.52 0.05 141.03 0.87 0.56
Hex 2F F1 73 50 0 34 5 8D 57 38
Octal 57 361 163 120 0 64 5 215 127 70
Binary 101111 11110001 1110011 1010000 0 110100 101 10001101 1010111 111000

Color Harmonies of #2FF173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF173

Black with #2FF173

Text Example


Text Example

White with #2FF173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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