Html Css Color HEX #2DF959 Malachite

📋 copy color: '#2DF959'

red 45 ◦ green 249 ◦ blue 89

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

Shades of Malachite #2DF959

Tints of Malachite #2DF959

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.01%

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

R = 11.75%
G = 65.01%
B = 23.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#2DF959 (or 0x2DF959) is known color: Malachite. HEX triplet: 2D, F9 and 59. RGB value is (45,249,89). Sum of RGB (Red+Green+Blue) = 45+249+89=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF959 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF959 is #D206A6. Grayscale: #AAAAAA. Windows color (decimal): -13764263 or 5896493. OLE color: 5896493.

HSL color Cylindrical-coordinate representation of color #2DF959: hue angle of 132.94º degrees, saturation: 0.94, 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 #2DF959 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 249 89 -
CMYK 0.82 0 0.64 0.02
HSL 132.94º 0.94% 0.58% -
HSV(B) 132.94º 0.82% 0.98% -
XYZ 36.76 69.03 20.84 -
YUV 169.76 82.41 39.01 -
System Red Green Blue C M Y K H S L
Decimal 45 249 89 0.82 0 0.64 0.02 132.94 0.94 0.58
Hex 2D F9 59 52 0 40 2 85 5E 3A
Octal 55 371 131 122 0 100 2 205 136 72
Binary 101101 11111001 1011001 1010010 0 1000000 10 10000101 1011110 111010

Color Harmonies of #2DF959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF959

Black with #2DF959

Text Example


Text Example

White with #2DF959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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