#2ffb51

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

Shades of Malachite #2FFB51

Tints of Malachite #2FFB51

Color information

#2FFB51 (or 0x2FFB51) is unknown color: approx Malachite. HEX triplet: 2F, FB and 51. RGB value is (47,251,81). Sum of RGB (Red+Green+Blue) = 47+251+81=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 251 (98.44% from 255 or 66.23% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB51 is #D004AE. Grayscale: #ABABAB. Windows color (decimal): -13632687 or 5372719. OLE color: 5372719.

HSL color Cylindrical-coordinate representation of color #2FFB51: hue angle of 130º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFB51 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB4725181-
CMYK0.8100.680.02
HSL130º96.23%58.43%-
HSV(B)130º81.27%98.43%-
XYZ37.1570.1919.37-
YUV170.6277.4139.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.40%
GREEN value IS 251 (98.44% from 255) = 66.23%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=12.40%
G=66.23%
B=21.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal47251810.8100.680.0213096.2358.43
Hex2FFB5151044282603a
Octal573731211210104220214072
Binary10111111111011101000110100010100010010100000101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ffb51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,251,81); }

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

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

 a { background-color: rgb(47,251,81); }

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

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

 span { border-color: rgb(47,251,81); }

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