#2FE89B

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

Shades of Shamrock #2FE89B

Tints of Shamrock #2FE89B

Color information

#2FE89B (or 0x2FE89B) is unknown color: approx Shamrock. HEX triplet: 2F, E8 and 9B. RGB value is (47,232,155). Sum of RGB (Red+Green+Blue) = 47+232+155=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE89B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE89B is #D01764. Grayscale: #A8A8A8. Windows color (decimal): -13637477 or 10217519. OLE color: 10217519.

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

Color convert

RGB47232155-
CMYK0.8000.330.09
HSL155.03º80.09%54.71%-
HSV(B)155.03º79.74%90.98%-
XYZ35.9560.6840.83-
YUV167.91120.7141.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.83%
GREEN value IS 232 (91.02% from 255) = 53.46%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=10.83%
G=53.46%
B=35.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal472321550.8000.330.09155.0380.0954.71
Hex2FE89B5002199b5037
Octal573502331200411123312067
Binary1011111110100010011011101000001000011001100110111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,232,155); }

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

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

 a { background-color: rgb(47,232,155); }

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

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

 span { border-color: rgb(47,232,155); }

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