#2FE98B

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

Shades of Shamrock #2FE98B

Tints of Shamrock #2FE98B

Color information

#2FE98B (or 0x2FE98B) is unknown color: approx Shamrock. HEX triplet: 2F, E9 and 8B. RGB value is (47,233,139). Sum of RGB (Red+Green+Blue) = 47+233+139=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 233 (91.41% from 255 or 55.61% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE98B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE98B is #D01674. Grayscale: #A6A6A6. Windows color (decimal): -13637237 or 9169199. OLE color: 9169199.

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

Color convert

RGB47233139-
CMYK0.8000.400.09
HSL149.68º80.87%54.9%-
HSV(B)149.68º79.83%91.37%-
XYZ34.9760.7534.31-
YUV166.67112.3842.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.22%
GREEN value IS 233 (91.41% from 255) = 55.61%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=11.22%
G=55.61%
B=33.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal472331390.8000.400.09149.6880.8754.9
Hex2FE98B500289965137
Octal573512131200501122612167
Binary1011111110100110001011101000001010001001100101101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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