#2FE98D

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

Shades of Shamrock #2FE98D

Tints of Shamrock #2FE98D

Color information

#2FE98D (or 0x2FE98D) is unknown color: approx Shamrock. HEX triplet: 2F, E9 and 8D. RGB value is (47,233,141). Sum of RGB (Red+Green+Blue) = 47+233+141=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 233 (91.41% from 255 or 55.34% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE98D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE98D is #D01672. Grayscale: #A7A7A7. Windows color (decimal): -13637235 or 9300271. OLE color: 9300271.

HSL color Cylindrical-coordinate representation of color #2FE98D: hue angle of 150.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE98D is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB47233141-
CMYK0.8000.390.09
HSL150.32º80.87%54.9%-
HSV(B)150.32º79.83%91.37%-
XYZ35.1260.8135.08-
YUV166.9113.3842.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.16%
GREEN value IS 233 (91.41% from 255) = 55.34%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=11.16%
G=55.34%
B=33.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal472331410.8000.390.09150.3280.8754.9
Hex2FE98D500279965137
Octal573512151200471122612167
Binary1011111110100110001101101000001001111001100101101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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