Html Css Color HEX #2FF74D Malachite

📋 copy color: '#2FF74D'

red 47 ◦ green 247 ◦ blue 77

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

Shades of Malachite #2FF74D

Tints of Malachite #2FF74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 12.67%
G = 66.58%
B = 20.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#2FF74D (or 0x2FF74D) is known color: Malachite. HEX triplet: 2F, F7 and 4D. RGB value is (47,247,77). Sum of RGB (Red+Green+Blue) = 47+247+77=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF74D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF74D is #D008B2. Grayscale: #A8A8A8. Windows color (decimal): -13633715 or 5109551. OLE color: 5109551.

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

Color convert

RGB 47 247 77 -
CMYK 0.81 0 0.69 0.03
HSL 129º 0.93% 0.58% -
HSV(B) 129º 0.81% 0.97% -
XYZ 35.77 67.66 18.2 -
YUV 167.82 76.74 41.82 -
System Red Green Blue C M Y K H S L
Decimal 47 247 77 0.81 0 0.69 0.03 129 0.93 0.58
Hex 2F F7 4D 51 0 45 3 81 5D 3A
Octal 57 367 115 121 0 105 3 201 135 72
Binary 101111 11110111 1001101 1010001 0 1000101 11 10000001 1011101 111010

Color Harmonies of #2FF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF74D

Black with #2FF74D

Text Example


Text Example

White with #2FF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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