Html Css Color HEX #2FFB60 Malachite

📋 copy color: '#2FFB60'

red 47 ◦ green 251 ◦ blue 96

#2FFB60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2FFB60

Tints of Malachite #2FFB60

RGB

 RED value IS 47 (18.75% from 255) = 11.93%

 GREEN value IS 251 (98.44% from 255) = 63.71%

 BLUE value IS 96 (37.89% from 255) = 24.37%

R = 11.93%
G = 63.71%
B = 24.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#2FFB60 (or 0x2FFB60) is known color: Malachite. HEX triplet: 2F, FB and 60. RGB value is (47,251,96). Sum of RGB (Red+Green+Blue) = 47+251+96=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 251 (98.44% from 255 or 63.71% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB60 is #D0049F. Grayscale: #ACACAC. Windows color (decimal): -13632672 or 6355759. OLE color: 6355759.

HSL color Cylindrical-coordinate representation of color #2FFB60: hue angle of 134.41º 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 #2FFB60 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 96 -
CMYK 0.81 0 0.62 0.02
HSL 134.41º 0.96% 0.58% -
HSV(B) 134.41º 0.81% 0.98% -
XYZ 37.78 70.44 22.67 -
YUV 172.33 84.91 38.6 -
System Red Green Blue C M Y K H S L
Decimal 47 251 96 0.81 0 0.62 0.02 134.41 0.96 0.58
Hex 2F FB 60 51 0 3E 2 86 60 3A
Octal 57 373 140 121 0 76 2 206 140 72
Binary 101111 11111011 1100000 1010001 0 111110 10 10000110 1100000 111010

Color Harmonies of #2FFB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFB60

Black with #2FFB60

Text Example


Text Example

White with #2FFB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FFB60;
 }
 .AnyTagClassName
 {
   color: #2FFB60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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