#2FEA99

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

Shades of Shamrock #2FEA99

Tints of Shamrock #2FEA99

Color information

#2FEA99 (or 0x2FEA99) is unknown color: approx Shamrock. HEX triplet: 2F, EA and 99. RGB value is (47,234,153). Sum of RGB (Red+Green+Blue) = 47+234+153=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEA99 is #D01566. Grayscale: #A8A8A8. Windows color (decimal): -13636967 or 10086959. OLE color: 10086959.

HSL color Cylindrical-coordinate representation of color #2FEA99: hue angle of 154.01º 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 #2FEA99 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB47234153-
CMYK0.8000.350.08
HSL154.01º81.66%55.1%-
HSV(B)154.01º79.91%91.76%-
XYZ36.3461.7540.14-
YUV168.85119.0541.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.83%
GREEN value IS 234 (91.80% from 255) = 53.92%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=10.83%
G=53.92%
B=35.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal472341530.8000.350.08154.0181.6655.1
Hex2FEA995002389a5237
Octal573522311200431023212267
Binary1011111110101010011001101000001000111000100110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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