Html Css Color HEX #2FF660 Malachite

📋 copy color: '#2FF660'

red 47 ◦ green 246 ◦ blue 96

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

Shades of Malachite #2FF660

Tints of Malachite #2FF660

RGB

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

 GREEN value IS 246 (96.48% from 255) = 63.24%

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

R = 12.08%
G = 63.24%
B = 24.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#2FF660 (or 0x2FF660) is known color: Malachite. HEX triplet: 2F, F6 and 60. RGB value is (47,246,96). Sum of RGB (Red+Green+Blue) = 47+246+96=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 246 (96.48% from 255 or 63.24% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF660 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF660 is #D0099F. Grayscale: #A9A9A9. Windows color (decimal): -13633952 or 6354479. OLE color: 6354479.

HSL color Cylindrical-coordinate representation of color #2FF660: hue angle of 134.77º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF660 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 96 -
CMYK 0.81 0 0.61 0.04
HSL 134.77º 0.92% 0.57% -
HSV(B) 134.77º 0.81% 0.96% -
XYZ 36.24 67.36 22.16 -
YUV 169.4 86.57 40.7 -
System Red Green Blue C M Y K H S L
Decimal 47 246 96 0.81 0 0.61 0.04 134.77 0.92 0.57
Hex 2F F6 60 51 0 3D 4 87 5C 39
Octal 57 366 140 121 0 75 4 207 134 71
Binary 101111 11110110 1100000 1010001 0 111101 100 10000111 1011100 111001

Color Harmonies of #2FF660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF660

Black with #2FF660

Text Example


Text Example

White with #2FF660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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