Html Css Color HEX #2FD55B Malachite

📋 copy color: '#2FD55B'

red 47 ◦ green 213 ◦ blue 91

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

Shades of Malachite #2FD55B

Tints of Malachite #2FD55B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.68%

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

R = 13.39%
G = 60.68%
B = 25.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#2FD55B (or 0x2FD55B) is known color: Malachite. HEX triplet: 2F, D5 and 5B. RGB value is (47,213,91). Sum of RGB (Red+Green+Blue) = 47+213+91=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD55B is #D02AA4. Grayscale: #959595. Windows color (decimal): -13642405 or 6018351. OLE color: 6018351.

HSL color Cylindrical-coordinate representation of color #2FD55B: hue angle of 135.9º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD55B is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 213 91 -
CMYK 0.78 0 0.57 0.16
HSL 135.9º 0.66% 0.51% -
HSV(B) 135.9º 0.78% 0.84% -
XYZ 26.85 48.95 17.93 -
YUV 149.46 95 54.92 -
System Red Green Blue C M Y K H S L
Decimal 47 213 91 0.78 0 0.57 0.16 135.9 0.66 0.51
Hex 2F D5 5B 4E 0 39 10 88 42 33
Octal 57 325 133 116 0 71 20 210 102 63
Binary 101111 11010101 1011011 1001110 0 111001 10000 10001000 1000010 110011

Color Harmonies of #2FD55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD55B

Black with #2FD55B

Text Example


Text Example

White with #2FD55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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