Html Css Color HEX #2FDF5A Malachite

📋 copy color: '#2FDF5A'

red 47 ◦ green 223 ◦ blue 90

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

Shades of Malachite #2FDF5A

Tints of Malachite #2FDF5A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.94%

 BLUE value IS 90 (35.55% from 255) = 25%

R = 13.06%
G = 61.94%
B = 25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#2FDF5A (or 0x2FDF5A) is known color: Malachite. HEX triplet: 2F, DF and 5A. RGB value is (47,223,90). Sum of RGB (Red+Green+Blue) = 47+223+90=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF5A is #D020A5. Grayscale: #9B9B9B. Windows color (decimal): -13639846 or 5955375. OLE color: 5955375.

HSL color Cylindrical-coordinate representation of color #2FDF5A: hue angle of 134.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF5A is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 90 -
CMYK 0.79 0 0.60 0.13
HSL 134.66º 0.73% 0.53% -
HSV(B) 134.66º 0.79% 0.87% -
XYZ 29.41 54.12 18.57 -
YUV 155.21 91.19 50.81 -
System Red Green Blue C M Y K H S L
Decimal 47 223 90 0.79 0 0.60 0.13 134.66 0.73 0.53
Hex 2F DF 5A 4F 0 3C D 87 49 35
Octal 57 337 132 117 0 74 15 207 111 65
Binary 101111 11011111 1011010 1001111 0 111100 1101 10000111 1001001 110101

Color Harmonies of #2FDF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF5A

Black with #2FDF5A

Text Example


Text Example

White with #2FDF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,223,90); }

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

background-color css

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

 a { background-color: rgb(47,223,90); }

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

border-color css

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

 span { border-color: rgb(47,223,90); }

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