Html Css Color HEX #2FD790 Shamrock

📋 copy color: '#2FD790'

red 47 ◦ green 215 ◦ blue 144

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

Shades of Shamrock #2FD790

Tints of Shamrock #2FD790

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.96%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 11.58%
G = 52.96%
B = 35.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#2FD790 (or 0x2FD790) is known color: Shamrock. HEX triplet: 2F, D7 and 90. RGB value is (47,215,144). Sum of RGB (Red+Green+Blue) = 47+215+144=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD790 is #D0286F. Grayscale: #9C9C9C. Windows color (decimal): -13641840 or 9492271. OLE color: 9492271.

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

Color convert

RGB 47 215 144 -
CMYK 0.78 0 0.33 0.16
HSL 154.64º 0.68% 0.51% -
HSV(B) 154.64º 0.78% 0.84% -
XYZ 30.51 51.22 34.66 -
YUV 156.67 120.84 49.77 -
System Red Green Blue C M Y K H S L
Decimal 47 215 144 0.78 0 0.33 0.16 154.64 0.68 0.51
Hex 2F D7 90 4E 0 21 10 9B 44 33
Octal 57 327 220 116 0 41 20 233 104 63
Binary 101111 11010111 10010000 1001110 0 100001 10000 10011011 1000100 110011

Color Harmonies of #2FD790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD790

Black with #2FD790

Text Example


Text Example

White with #2FD790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,215,144); }

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

background-color css

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

 a { background-color: rgb(47,215,144); }

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

border-color css

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

 span { border-color: rgb(47,215,144); }

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