Html Css Color HEX #2FDB5B Malachite

📋 copy color: '#2FDB5B'

red 47 ◦ green 219 ◦ blue 91

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

Shades of Malachite #2FDB5B

Tints of Malachite #2FDB5B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61.34%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 13.17%
G = 61.34%
B = 25.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#2FDB5B (or 0x2FDB5B) is known color: Malachite. HEX triplet: 2F, DB and 5B. RGB value is (47,219,91). Sum of RGB (Red+Green+Blue) = 47+219+91=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 219 (85.94% from 255 or 61.34% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDB5B is #D024A4. Grayscale: #999999. Windows color (decimal): -13640869 or 6019887. OLE color: 6019887.

HSL color Cylindrical-coordinate representation of color #2FDB5B: hue angle of 135.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDB5B is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 219 91 -
CMYK 0.79 0 0.58 0.14
HSL 135.35º 0.7% 0.52% -
HSV(B) 135.35º 0.79% 0.86% -
XYZ 28.39 52.02 18.44 -
YUV 152.98 93.02 52.41 -
System Red Green Blue C M Y K H S L
Decimal 47 219 91 0.79 0 0.58 0.14 135.35 0.7 0.52
Hex 2F DB 5B 4F 0 3A E 87 46 34
Octal 57 333 133 117 0 72 16 207 106 64
Binary 101111 11011011 1011011 1001111 0 111010 1110 10000111 1000110 110100

Color Harmonies of #2FDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDB5B

Black with #2FDB5B

Text Example


Text Example

White with #2FDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,219,91); }

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

background-color css

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

 a { background-color: rgb(47,219,91); }

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

border-color css

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

 span { border-color: rgb(47,219,91); }

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