Html Css Color HEX #2FF77D Spring Green

📋 copy color: '#2FF77D'

red 47 ◦ green 247 ◦ blue 125

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

Shades of Spring Green #2FF77D

Tints of Spring Green #2FF77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 58.95%

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 11.22%
G = 58.95%
B = 29.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#2FF77D (or 0x2FF77D) is known color: Spring Green. HEX triplet: 2F, F7 and 7D. RGB value is (47,247,125). Sum of RGB (Red+Green+Blue) = 47+247+125=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 247 (96.88% from 255 or 58.95% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF77D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF77D is #D00882. Grayscale: #ADADAD. Windows color (decimal): -13633667 or 8255279. OLE color: 8255279.

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

Color convert

RGB 47 247 125 -
CMYK 0.81 0 0.49 0.03
HSL 143.4º 0.93% 0.58% -
HSV(B) 143.4º 0.81% 0.97% -
XYZ 38.13 68.61 30.63 -
YUV 173.29 100.74 37.92 -
System Red Green Blue C M Y K H S L
Decimal 47 247 125 0.81 0 0.49 0.03 143.4 0.93 0.58
Hex 2F F7 7D 51 0 31 3 8F 5D 3A
Octal 57 367 175 121 0 61 3 217 135 72
Binary 101111 11110111 1111101 1010001 0 110001 11 10001111 1011101 111010

Color Harmonies of #2FF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF77D

Black with #2FF77D

Text Example


Text Example

White with #2FF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,247,125); }

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

background-color css

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

 a { background-color: rgb(47,247,125); }

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

border-color css

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

 span { border-color: rgb(47,247,125); }

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