Html Css Color HEX #2FF650 Malachite

📋 copy color: '#2FF650'

red 47 ◦ green 246 ◦ blue 80

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

Shades of Malachite #2FF650

Tints of Malachite #2FF650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 12.6%
G = 65.95%
B = 21.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#2FF650 (or 0x2FF650) is known color: Malachite. HEX triplet: 2F, F6 and 50. RGB value is (47,246,80). Sum of RGB (Red+Green+Blue) = 47+246+80=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 246 (96.48% from 255 or 65.95% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF650 is #D009AF. Grayscale: #A8A8A8. Windows color (decimal): -13633968 or 5305903. OLE color: 5305903.

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

Color convert

RGB 47 246 80 -
CMYK 0.81 0 0.67 0.04
HSL 129.95º 0.92% 0.57% -
HSV(B) 129.95º 0.81% 0.96% -
XYZ 35.58 67.1 18.67 -
YUV 167.58 78.57 42 -
System Red Green Blue C M Y K H S L
Decimal 47 246 80 0.81 0 0.67 0.04 129.95 0.92 0.57
Hex 2F F6 50 51 0 43 4 82 5C 39
Octal 57 366 120 121 0 103 4 202 134 71
Binary 101111 11110110 1010000 1010001 0 1000011 100 10000010 1011100 111001

Color Harmonies of #2FF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF650

Black with #2FF650

Text Example


Text Example

White with #2FF650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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