Html Css Color HEX #2FFE4F Malachite

📋 copy color: '#2FFE4F'

red 47 ◦ green 254 ◦ blue 79

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

Shades of Malachite #2FFE4F

Tints of Malachite #2FFE4F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 66.84%

 BLUE value IS 79 (31.25% from 255) = 20.79%

R = 12.37%
G = 66.84%
B = 20.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#2FFE4F (or 0x2FFE4F) is known color: Malachite. HEX triplet: 2F, FE and 4F. RGB value is (47,254,79). Sum of RGB (Red+Green+Blue) = 47+254+79=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFE4F is #D001B0. Grayscale: #ACACAC. Windows color (decimal): -13631921 or 5242415. OLE color: 5242415.

HSL color Cylindrical-coordinate representation of color #2FFE4F: hue angle of 129.28º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE4F is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 47 254 79 -
CMYK 0.81 0 0.69 0.00
HSL 129.28º 0.99% 0.59% -
HSV(B) 129.28º 0.81% 1% -
XYZ 38.03 72.05 19.3 -
YUV 172.16 75.42 38.73 -
System Red Green Blue C M Y K H S L
Decimal 47 254 79 0.81 0 0.69 0.00 129.28 0.99 0.59
Hex 2F FE 4F 51 0 45 0 81 63 3B
Octal 57 376 117 121 0 105 0 201 143 73
Binary 101111 11111110 1001111 1010001 0 1000101 0 10000001 1100011 111011

Color Harmonies of #2FFE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFE4F

Black with #2FFE4F

Text Example


Text Example

White with #2FFE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,254,79); }

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

background-color css

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

 a { background-color: rgb(47,254,79); }

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

border-color css

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

 span { border-color: rgb(47,254,79); }

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