Html Css Color HEX #2FF672 Spring Green

📋 copy color: '#2FF672'

red 47 ◦ green 246 ◦ blue 114

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

Shades of Spring Green #2FF672

Tints of Spring Green #2FF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 60.44%

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 11.55%
G = 60.44%
B = 28.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#2FF672 (or 0x2FF672) is known color: Spring Green. HEX triplet: 2F, F6 and 72. RGB value is (47,246,114). Sum of RGB (Red+Green+Blue) = 47+246+114=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 246 (96.48% from 255 or 60.44% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF672 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF672 is #D0098D. Grayscale: #ABABAB. Windows color (decimal): -13633934 or 7534127. OLE color: 7534127.

HSL color Cylindrical-coordinate representation of color #2FF672: hue angle of 140.2º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF672 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 114 -
CMYK 0.81 0 0.54 0.04
HSL 140.2º 0.92% 0.57% -
HSV(B) 140.2º 0.81% 0.96% -
XYZ 37.17 67.73 27.03 -
YUV 171.45 95.57 39.23 -
System Red Green Blue C M Y K H S L
Decimal 47 246 114 0.81 0 0.54 0.04 140.2 0.92 0.57
Hex 2F F6 72 51 0 36 4 8C 5C 39
Octal 57 366 162 121 0 66 4 214 134 71
Binary 101111 11110110 1110010 1010001 0 110110 100 10001100 1011100 111001

Color Harmonies of #2FF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF672

Black with #2FF672

Text Example


Text Example

White with #2FF672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,246,114); }

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

background-color css

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

 a { background-color: rgb(47,246,114); }

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

border-color css

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

 span { border-color: rgb(47,246,114); }

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