Html Css Color HEX #2FD553 Malachite

📋 copy color: '#2FD553'

red 47 ◦ green 213 ◦ blue 83

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

Shades of Malachite #2FD553

Tints of Malachite #2FD553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 13.7%
G = 62.1%
B = 24.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#2FD553 (or 0x2FD553) is known color: Malachite. HEX triplet: 2F, D5 and 53. RGB value is (47,213,83). Sum of RGB (Red+Green+Blue) = 47+213+83=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD553 is #D02AAC. Grayscale: #949494. Windows color (decimal): -13642413 or 5494063. OLE color: 5494063.

HSL color Cylindrical-coordinate representation of color #2FD553: hue angle of 133.01º 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 #2FD553 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 213 83 -
CMYK 0.78 0 0.61 0.16
HSL 133.01º 0.66% 0.51% -
HSV(B) 133.01º 0.78% 0.84% -
XYZ 26.53 48.82 16.21 -
YUV 148.55 91 55.57 -
System Red Green Blue C M Y K H S L
Decimal 47 213 83 0.78 0 0.61 0.16 133.01 0.66 0.51
Hex 2F D5 53 4E 0 3D 10 85 42 33
Octal 57 325 123 116 0 75 20 205 102 63
Binary 101111 11010101 1010011 1001110 0 111101 10000 10000101 1000010 110011

Color Harmonies of #2FD553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD553

Black with #2FD553

Text Example


Text Example

White with #2FD553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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