Html Css Color HEX #2FE753 Malachite

📋 copy color: '#2FE753'

red 47 ◦ green 231 ◦ blue 83

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

Shades of Malachite #2FE753

Tints of Malachite #2FE753

RGB

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

 GREEN value IS 231 (90.63% from 255) = 63.99%

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

R = 13.02%
G = 63.99%
B = 22.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#2FE753 (or 0x2FE753) is known color: Malachite. HEX triplet: 2F, E7 and 53. RGB value is (47,231,83). Sum of RGB (Red+Green+Blue) = 47+231+83=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 231 (90.62% from 255 or 63.99% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE753 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE753 is #D018AC. Grayscale: #9F9F9F. Windows color (decimal): -13637805 or 5498671. OLE color: 5498671.

HSL color Cylindrical-coordinate representation of color #2FE753: hue angle of 131.74º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE753 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 231 83 -
CMYK 0.80 0 0.64 0.09
HSL 131.74º 0.79% 0.55% -
HSV(B) 131.74º 0.8% 0.91% -
XYZ 31.31 58.38 17.8 -
YUV 159.11 85.04 48.03 -
System Red Green Blue C M Y K H S L
Decimal 47 231 83 0.80 0 0.64 0.09 131.74 0.79 0.55
Hex 2F E7 53 50 0 40 9 84 4F 37
Octal 57 347 123 120 0 100 11 204 117 67
Binary 101111 11100111 1010011 1010000 0 1000000 1001 10000100 1001111 110111

Color Harmonies of #2FE753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE753

Black with #2FE753

Text Example


Text Example

White with #2FE753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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