#2FEA7F

Color #2FEA7F Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2FEA7F

Tints of Shamrock #2FEA7F

Color information

#2FEA7F (or 0x2FEA7F) is unknown color: approx Shamrock. HEX triplet: 2F, EA and 7F. RGB value is (47,234,127). Sum of RGB (Red+Green+Blue) = 47+234+127=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 234 (91.80% from 255 or 57.35% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEA7F is #D01580. Grayscale: #A6A6A6. Windows color (decimal): -13636993 or 8383023. OLE color: 8383023.

HSL color Cylindrical-coordinate representation of color #2FEA7F: hue angle of 145.67º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEA7F is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB47234127-
CMYK0.8000.460.08
HSL145.67º81.66%55.1%-
HSV(B)145.67º79.91%91.76%-
XYZ34.4360.9830.04-
YUV165.89106.0543.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.52%
GREEN value IS 234 (91.80% from 255) = 57.35%
BLUE value IS 127 (50% from 255) = 31.13%
R=11.52%
G=57.35%
B=31.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal472341270.8000.460.08145.6781.6655.1
Hex2FEA7F5002E8925237
Octal573521771200561022212267
Binary101111111010101111111101000001011101000100100101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,234,127); }

 H1.HeaderClassName
 {
   color: #2FEA7F;
 }
 .AnyTagClassName
 {
   color: #2FEA7F;
 }
</style>
background-color css

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

 a { background-color: rgb(47,234,127); }

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

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

 span { border-color: rgb(47,234,127); }

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