Html Css Color HEX #2FF54C Malachite

📋 copy color: '#2FF54C'

red 47 ◦ green 245 ◦ blue 76

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

Shades of Malachite #2FF54C

Tints of Malachite #2FF54C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.58%

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 12.77%
G = 66.58%
B = 20.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#2FF54C (or 0x2FF54C) is known color: Malachite. HEX triplet: 2F, F5 and 4C. RGB value is (47,245,76). Sum of RGB (Red+Green+Blue) = 47+245+76=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 245 (96.09% from 255 or 66.58% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF54C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF54C is #D00AB3. Grayscale: #A7A7A7. Windows color (decimal): -13634228 or 5043503. OLE color: 5043503.

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

Color convert

RGB 47 245 76 -
CMYK 0.81 0 0.69 0.04
HSL 128.79º 0.91% 0.57% -
HSV(B) 128.79º 0.81% 0.96% -
XYZ 35.13 66.43 17.81 -
YUV 166.53 76.9 42.74 -
System Red Green Blue C M Y K H S L
Decimal 47 245 76 0.81 0 0.69 0.04 128.79 0.91 0.57
Hex 2F F5 4C 51 0 45 4 81 5B 39
Octal 57 365 114 121 0 105 4 201 133 71
Binary 101111 11110101 1001100 1010001 0 1000101 100 10000001 1011011 111001

Color Harmonies of #2FF54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF54C

Black with #2FF54C

Text Example


Text Example

White with #2FF54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,245,76); }

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

background-color css

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

 a { background-color: rgb(47,245,76); }

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

border-color css

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

 span { border-color: rgb(47,245,76); }

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