Html Css Color HEX #2FD089 Shamrock

📋 copy color: '#2FD089'

red 47 ◦ green 208 ◦ blue 137

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

Shades of Shamrock #2FD089

Tints of Shamrock #2FD089

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.06%

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

R = 11.99%
G = 53.06%
B = 34.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#2FD089 (or 0x2FD089) is known color: Shamrock. HEX triplet: 2F, D0 and 89. RGB value is (47,208,137). Sum of RGB (Red+Green+Blue) = 47+208+137=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD089 is #D02F76. Grayscale: #979797. Windows color (decimal): -13643639 or 9031727. OLE color: 9031727.

HSL color Cylindrical-coordinate representation of color #2FD089: hue angle of 153.54º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD089 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 137 -
CMYK 0.77 0 0.34 0.18
HSL 153.54º 0.63% 0.5% -
HSV(B) 153.54º 0.77% 0.82% -
XYZ 28.24 47.52 31.35 -
YUV 151.77 119.66 53.27 -
System Red Green Blue C M Y K H S L
Decimal 47 208 137 0.77 0 0.34 0.18 153.54 0.63 0.5
Hex 2F D0 89 4D 0 22 12 9A 3F 32
Octal 57 320 211 115 0 42 22 232 77 62
Binary 101111 11010000 10001001 1001101 0 100010 10010 10011010 111111 110010

Color Harmonies of #2FD089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD089

Black with #2FD089

Text Example


Text Example

White with #2FD089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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