Html Css Color HEX #2DF359 Malachite

📋 copy color: '#2DF359'

red 45 ◦ green 243 ◦ blue 89

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

Shades of Malachite #2DF359

Tints of Malachite #2DF359

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.46%

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 11.94%
G = 64.46%
B = 23.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#2DF359 (or 0x2DF359) is known color: Malachite. HEX triplet: 2D, F3 and 59. RGB value is (45,243,89). Sum of RGB (Red+Green+Blue) = 45+243+89=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF359 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF359 is #D20CA6. Grayscale: #A6A6A6. Windows color (decimal): -13765799 or 5894957. OLE color: 5894957.

HSL color Cylindrical-coordinate representation of color #2DF359: hue angle of 133.33º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF359 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 243 89 -
CMYK 0.81 0 0.63 0.05
HSL 133.33º 0.89% 0.56% -
HSV(B) 133.33º 0.81% 0.95% -
XYZ 34.94 65.38 20.23 -
YUV 166.24 84.4 41.52 -
System Red Green Blue C M Y K H S L
Decimal 45 243 89 0.81 0 0.63 0.05 133.33 0.89 0.56
Hex 2D F3 59 51 0 3F 5 85 59 38
Octal 55 363 131 121 0 77 5 205 131 70
Binary 101101 11110011 1011001 1010001 0 111111 101 10000101 1011001 111000

Color Harmonies of #2DF359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF359

Black with #2DF359

Text Example


Text Example

White with #2DF359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,243,89); }

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

background-color css

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

 a { background-color: rgb(45,243,89); }

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

border-color css

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

 span { border-color: rgb(45,243,89); }

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