Html Css Color HEX #2FD980 Shamrock

📋 copy color: '#2FD980'

red 47 ◦ green 217 ◦ blue 128

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

Shades of Shamrock #2FD980

Tints of Shamrock #2FD980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.36%

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

R = 11.99%
G = 55.36%
B = 32.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#2FD980 (or 0x2FD980) is known color: Shamrock. HEX triplet: 2F, D9 and 80. RGB value is (47,217,128). Sum of RGB (Red+Green+Blue) = 47+217+128=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD980 is #D0267F. Grayscale: #9C9C9C. Windows color (decimal): -13641344 or 8444207. OLE color: 8444207.

HSL color Cylindrical-coordinate representation of color #2FD980: hue angle of 148.59º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD980 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 128 -
CMYK 0.78 0 0.41 0.15
HSL 148.59º 0.69% 0.52% -
HSV(B) 148.59º 0.78% 0.85% -
XYZ 29.88 51.79 28.84 -
YUV 156.02 112.18 50.24 -
System Red Green Blue C M Y K H S L
Decimal 47 217 128 0.78 0 0.41 0.15 148.59 0.69 0.52
Hex 2F D9 80 4E 0 29 F 95 45 34
Octal 57 331 200 116 0 51 17 225 105 64
Binary 101111 11011001 10000000 1001110 0 101001 1111 10010101 1000101 110100

Color Harmonies of #2FD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD980

Black with #2FD980

Text Example


Text Example

White with #2FD980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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