#2FEB8D

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

Shades of Shamrock #2FEB8D

Tints of Shamrock #2FEB8D

Color information

#2FEB8D (or 0x2FEB8D) is unknown color: approx Shamrock. HEX triplet: 2F, EB and 8D. RGB value is (47,235,141). Sum of RGB (Red+Green+Blue) = 47+235+141=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEB8D is #D01472. Grayscale: #A8A8A8. Windows color (decimal): -13636723 or 9300783. OLE color: 9300783.

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

Color convert

RGB47235141-
CMYK0.800.40.08
HSL150º82.46%55.29%-
HSV(B)150º80%92.16%-
XYZ35.6961.9435.27-
YUV168.07112.7241.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.11%
GREEN value IS 235 (92.19% from 255) = 55.56%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=11.11%
G=55.56%
B=33.33%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal472351410.800.40.0815082.4655.29
Hex2FEB8D500288965237
Octal573532151200501022612267
Binary1011111110101110001101101000001010001000100101101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,235,141); }

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

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

 a { background-color: rgb(47,235,141); }

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

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

 span { border-color: rgb(47,235,141); }

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