Html Css Color HEX #2FF94D Malachite

📋 copy color: '#2FF94D'

red 47 ◦ green 249 ◦ blue 77

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

Shades of Malachite #2FF94D

Tints of Malachite #2FF94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.76%

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

R = 12.6%
G = 66.76%
B = 20.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#2FF94D (or 0x2FF94D) is known color: Malachite. HEX triplet: 2F, F9 and 4D. RGB value is (47,249,77). Sum of RGB (Red+Green+Blue) = 47+249+77=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 249 (97.66% from 255 or 66.76% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF94D is #D006B2. Grayscale: #A9A9A9. Windows color (decimal): -13633203 or 5110063. OLE color: 5110063.

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

Color convert

RGB 47 249 77 -
CMYK 0.81 0 0.69 0.02
HSL 128.91º 0.94% 0.58% -
HSV(B) 128.91º 0.81% 0.98% -
XYZ 36.39 68.89 18.4 -
YUV 168.99 76.08 40.99 -
System Red Green Blue C M Y K H S L
Decimal 47 249 77 0.81 0 0.69 0.02 128.91 0.94 0.58
Hex 2F F9 4D 51 0 45 2 81 5E 3A
Octal 57 371 115 121 0 105 2 201 136 72
Binary 101111 11111001 1001101 1010001 0 1000101 10 10000001 1011110 111010

Color Harmonies of #2FF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF94D

Black with #2FF94D

Text Example


Text Example

White with #2FF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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