Html Css Color HEX #2FF74E Malachite

📋 copy color: '#2FF74E'

red 47 ◦ green 247 ◦ blue 78

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

Shades of Malachite #2FF74E

Tints of Malachite #2FF74E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 66.4%

 BLUE value IS 78 (30.86% from 255) = 20.97%

R = 12.63%
G = 66.4%
B = 20.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#2FF74E (or 0x2FF74E) is known color: Malachite. HEX triplet: 2F, F7 and 4E. RGB value is (47,247,78). Sum of RGB (Red+Green+Blue) = 47+247+78=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 247 (96.88% from 255 or 66.40% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF74E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF74E is #D008B1. Grayscale: #A8A8A8. Windows color (decimal): -13633714 or 5175087. OLE color: 5175087.

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

Color convert

RGB 47 247 78 -
CMYK 0.81 0 0.68 0.03
HSL 129.3º 0.93% 0.58% -
HSV(B) 129.3º 0.81% 0.97% -
XYZ 35.81 67.68 18.38 -
YUV 167.93 77.24 41.74 -
System Red Green Blue C M Y K H S L
Decimal 47 247 78 0.81 0 0.68 0.03 129.3 0.93 0.58
Hex 2F F7 4E 51 0 44 3 81 5D 3A
Octal 57 367 116 121 0 104 3 201 135 72
Binary 101111 11110111 1001110 1010001 0 1000100 11 10000001 1011101 111010

Color Harmonies of #2FF74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF74E

Black with #2FF74E

Text Example


Text Example

White with #2FF74E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,247,78); }

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

background-color css

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

 a { background-color: rgb(47,247,78); }

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

border-color css

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

 span { border-color: rgb(47,247,78); }

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