Html Css Color HEX #2FD591 Shamrock

📋 copy color: '#2FD591'

red 47 ◦ green 213 ◦ blue 145

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

Shades of Shamrock #2FD591

Tints of Shamrock #2FD591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 11.6%
G = 52.59%
B = 35.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#2FD591 (or 0x2FD591) is known color: Shamrock. HEX triplet: 2F, D5 and 91. RGB value is (47,213,145). Sum of RGB (Red+Green+Blue) = 47+213+145=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD591 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD591 is #D02A6E. Grayscale: #9B9B9B. Windows color (decimal): -13642351 or 9557295. OLE color: 9557295.

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

Color convert

RGB 47 213 145 -
CMYK 0.78 0 0.32 0.16
HSL 155.42º 0.66% 0.51% -
HSV(B) 155.42º 0.78% 0.84% -
XYZ 30.08 50.24 34.9 -
YUV 155.61 122 50.53 -
System Red Green Blue C M Y K H S L
Decimal 47 213 145 0.78 0 0.32 0.16 155.42 0.66 0.51
Hex 2F D5 91 4E 0 20 10 9B 42 33
Octal 57 325 221 116 0 40 20 233 102 63
Binary 101111 11010101 10010001 1001110 0 100000 10000 10011011 1000010 110011

Color Harmonies of #2FD591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD591

Black with #2FD591

Text Example


Text Example

White with #2FD591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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