#2FE6A3

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

Shades of Shamrock #2FE6A3

Tints of Shamrock #2FE6A3

Color information

#2FE6A3 (or 0x2FE6A3) is unknown color: approx Shamrock. HEX triplet: 2F, E6 and A3. RGB value is (47,230,163). Sum of RGB (Red+Green+Blue) = 47+230+163=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE6A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE6A3 is #D0195C. Grayscale: #A7A7A7. Windows color (decimal): -13637981 or 10741295. OLE color: 10741295.

HSL color Cylindrical-coordinate representation of color #2FE6A3: hue angle of 158.03º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE6A3 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB47230163-
CMYK0.8000.290.10
HSL158.03º78.54%54.31%-
HSV(B)158.03º79.57%90.2%-
XYZ36.0859.8444.3-
YUV167.64125.3741.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.68%
GREEN value IS 230 (90.23% from 255) = 52.27%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=10.68%
G=52.27%
B=37.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal472301630.8000.290.10158.0378.5454.31
Hex2FE6A35001DA9e4f36
Octal573462431200351223611766
Binary101111111001101010001110100000111011010100111101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,230,163); }

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

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

 a { background-color: rgb(47,230,163); }

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

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

 span { border-color: rgb(47,230,163); }

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