Html Css Color HEX #2FD68C Shamrock

📋 copy color: '#2FD68C'

red 47 ◦ green 214 ◦ blue 140

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

Shades of Shamrock #2FD68C

Tints of Shamrock #2FD68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.37%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 11.72%
G = 53.37%
B = 34.91%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#2FD68C (or 0x2FD68C) is known color: Shamrock. HEX triplet: 2F, D6 and 8C. RGB value is (47,214,140). Sum of RGB (Red+Green+Blue) = 47+214+140=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD68C is #D02973. Grayscale: #9B9B9B. Windows color (decimal): -13642100 or 9229871. OLE color: 9229871.

HSL color Cylindrical-coordinate representation of color #2FD68C: hue angle of 153.41º degrees, saturation: 0.67, 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 #2FD68C is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 140 -
CMYK 0.78 0 0.35 0.16
HSL 153.41º 0.67% 0.51% -
HSV(B) 153.41º 0.78% 0.84% -
XYZ 29.95 50.59 33 -
YUV 155.63 119.17 50.52 -
System Red Green Blue C M Y K H S L
Decimal 47 214 140 0.78 0 0.35 0.16 153.41 0.67 0.51
Hex 2F D6 8C 4E 0 23 10 99 43 33
Octal 57 326 214 116 0 43 20 231 103 63
Binary 101111 11010110 10001100 1001110 0 100011 10000 10011001 1000011 110011

Color Harmonies of #2FD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD68C

Black with #2FD68C

Text Example


Text Example

White with #2FD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,140); }

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

background-color css

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

 a { background-color: rgb(47,214,140); }

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

border-color css

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

 span { border-color: rgb(47,214,140); }

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