Html Css Color HEX #2FD589 Shamrock

📋 copy color: '#2FD589'

red 47 ◦ green 213 ◦ blue 137

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

Shades of Shamrock #2FD589

Tints of Shamrock #2FD589

RGB

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

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

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

R = 11.84%
G = 53.65%
B = 34.51%

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

#2FD589 (or 0x2FD589) is known color: Shamrock. HEX triplet: 2F, D5 and 89. RGB value is (47,213,137). Sum of RGB (Red+Green+Blue) = 47+213+137=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD589 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD589 is #D02A76. Grayscale: #9A9A9A. Windows color (decimal): -13642359 or 9033007. OLE color: 9033007.

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

Color convert

RGB 47 213 137 -
CMYK 0.78 0 0.36 0.16
HSL 152.53º 0.66% 0.51% -
HSV(B) 152.53º 0.78% 0.84% -
XYZ 29.48 50 31.76 -
YUV 154.7 118 51.18 -
System Red Green Blue C M Y K H S L
Decimal 47 213 137 0.78 0 0.36 0.16 152.53 0.66 0.51
Hex 2F D5 89 4E 0 24 10 99 42 33
Octal 57 325 211 116 0 44 20 231 102 63
Binary 101111 11010101 10001001 1001110 0 100100 10000 10011001 1000010 110011

Color Harmonies of #2FD589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD589

Black with #2FD589

Text Example


Text Example

White with #2FD589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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