Html Css Color HEX #2FD689 Shamrock

📋 copy color: '#2FD689'

red 47 ◦ green 214 ◦ blue 137

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

Shades of Shamrock #2FD689

Tints of Shamrock #2FD689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 11.81%
G = 53.77%
B = 34.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#2FD689 (or 0x2FD689) is known color: Shamrock. HEX triplet: 2F, D6 and 89. RGB value is (47,214,137). Sum of RGB (Red+Green+Blue) = 47+214+137=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD689 is #D02976. Grayscale: #9B9B9B. Windows color (decimal): -13642103 or 9033263. OLE color: 9033263.

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

Color convert

RGB 47 214 137 -
CMYK 0.78 0 0.36 0.16
HSL 152.34º 0.67% 0.51% -
HSV(B) 152.34º 0.78% 0.84% -
XYZ 29.73 50.5 31.85 -
YUV 155.29 117.67 50.76 -
System Red Green Blue C M Y K H S L
Decimal 47 214 137 0.78 0 0.36 0.16 152.34 0.67 0.51
Hex 2F D6 89 4E 0 24 10 98 43 33
Octal 57 326 211 116 0 44 20 230 103 63
Binary 101111 11010110 10001001 1001110 0 100100 10000 10011000 1000011 110011

Color Harmonies of #2FD689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD689

Black with #2FD689

Text Example


Text Example

White with #2FD689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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