Html Css Color HEX #2DFA47 Malachite

📋 copy color: '#2DFA47'

red 45 ◦ green 250 ◦ blue 71

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

Shades of Malachite #2DFA47

Tints of Malachite #2DFA47

RGB

 RED value IS 45 (17.97% from 255) = 12.3%

 GREEN value IS 250 (98.05% from 255) = 68.31%

 BLUE value IS 71 (28.13% from 255) = 19.4%

R = 12.3%
G = 68.31%
B = 19.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#2DFA47 (or 0x2DFA47) is known color: Malachite. HEX triplet: 2D, FA and 47. RGB value is (45,250,71). Sum of RGB (Red+Green+Blue) = 45+250+71=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA47 is #D205B8. Grayscale: #A8A8A8. Windows color (decimal): -13764025 or 4717101. OLE color: 4717101.

HSL color Cylindrical-coordinate representation of color #2DFA47: hue angle of 127.61º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFA47 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 250 71 -
CMYK 0.82 0 0.72 0.02
HSL 127.61º 0.95% 0.58% -
HSV(B) 127.61º 0.82% 0.98% -
XYZ 36.41 69.38 17.43 -
YUV 168.3 73.08 40.05 -
System Red Green Blue C M Y K H S L
Decimal 45 250 71 0.82 0 0.72 0.02 127.61 0.95 0.58
Hex 2D FA 47 52 0 48 2 80 5F 3A
Octal 55 372 107 122 0 110 2 200 137 72
Binary 101101 11111010 1000111 1010010 0 1001000 10 10000000 1011111 111010

Color Harmonies of #2DFA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFA47

Black with #2DFA47

Text Example


Text Example

White with #2DFA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,250,71); }

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

background-color css

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

 a { background-color: rgb(45,250,71); }

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

border-color css

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

 span { border-color: rgb(45,250,71); }

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