Html Css Color HEX #2FC290 Shamrock

📋 copy color: '#2FC290'

red 47 ◦ green 194 ◦ blue 144

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

Shades of Shamrock #2FC290

Tints of Shamrock #2FC290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.39%

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

R = 12.21%
G = 50.39%
B = 37.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#2FC290 (or 0x2FC290) is known color: Shamrock. HEX triplet: 2F, C2 and 90. RGB value is (47,194,144). Sum of RGB (Red+Green+Blue) = 47+194+144=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC290 is #D03D6F. Grayscale: #909090. Windows color (decimal): -13647216 or 9486895. OLE color: 9486895.

HSL color Cylindrical-coordinate representation of color #2FC290: hue angle of 159.59º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC290 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 144 -
CMYK 0.76 0 0.26 0.24
HSL 159.59º 0.61% 0.47% -
HSV(B) 159.59º 0.76% 0.76% -
XYZ 25.5 41.2 32.99 -
YUV 144.35 127.8 58.57 -
System Red Green Blue C M Y K H S L
Decimal 47 194 144 0.76 0 0.26 0.24 159.59 0.61 0.47
Hex 2F C2 90 4C 0 1A 18 A0 3D 2F
Octal 57 302 220 114 0 32 30 240 75 57
Binary 101111 11000010 10010000 1001100 0 11010 11000 10100000 111101 101111

Color Harmonies of #2FC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC290

Black with #2FC290

Text Example


Text Example

White with #2FC290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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