Html Css Color HEX #2FD59C Shamrock

📋 copy color: '#2FD59C'

red 47 ◦ green 213 ◦ blue 156

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

Shades of Shamrock #2FD59C

Tints of Shamrock #2FD59C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.2%

 BLUE value IS 156 (61.33% from 255) = 37.5%

R = 11.3%
G = 51.2%
B = 37.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#2FD59C (or 0x2FD59C) is known color: Shamrock. HEX triplet: 2F, D5 and 9C. RGB value is (47,213,156). Sum of RGB (Red+Green+Blue) = 47+213+156=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD59C is #D02A63. Grayscale: #9C9C9C. Windows color (decimal): -13642340 or 10278191. OLE color: 10278191.

HSL color Cylindrical-coordinate representation of color #2FD59C: hue angle of 159.4º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD59C is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 213 156 -
CMYK 0.78 0 0.27 0.16
HSL 159.4º 0.66% 0.51% -
HSV(B) 159.4º 0.78% 0.84% -
XYZ 30.97 50.59 39.59 -
YUV 156.87 127.5 49.63 -
System Red Green Blue C M Y K H S L
Decimal 47 213 156 0.78 0 0.27 0.16 159.4 0.66 0.51
Hex 2F D5 9C 4E 0 1B 10 9F 42 33
Octal 57 325 234 116 0 33 20 237 102 63
Binary 101111 11010101 10011100 1001110 0 11011 10000 10011111 1000010 110011

Color Harmonies of #2FD59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD59C

Black with #2FD59C

Text Example


Text Example

White with #2FD59C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,213,156); }

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

background-color css

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

 a { background-color: rgb(47,213,156); }

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

border-color css

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

 span { border-color: rgb(47,213,156); }

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