#2FF059

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

Shades of Malachite #2FF059

Tints of Malachite #2FF059

Color information

#2FF059 (or 0x2FF059) is unknown color: approx Malachite. HEX triplet: 2F, F0 and 59. RGB value is (47,240,89). Sum of RGB (Red+Green+Blue) = 47+240+89=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF059 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF059 is #D00FA6. Grayscale: #A5A5A5. Windows color (decimal): -13635495 or 5894191. OLE color: 5894191.

HSL color Cylindrical-coordinate representation of color #2FF059: hue angle of 133.06º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF059 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB4724089-
CMYK0.8000.630.06
HSL133.06º86.55%56.27%-
HSV(B)133.06º80.42%94.12%-
XYZ34.1463.6519.94-
YUV165.0885.0643.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.5%
GREEN value IS 240 (94.14% from 255) = 63.83%
BLUE value IS 89 (35.16% from 255) = 23.67%
R=12.5%
G=63.83%
B=23.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal47240890.8000.630.06133.0686.5556.27
Hex2FF0595003F6855738
Octal57360131120077620512770
Binary10111111110000101100110100000111111110100001011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,240,89); }

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

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

 a { background-color: rgb(47,240,89); }

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

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

 span { border-color: rgb(47,240,89); }

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