Html Css Color HEX #2DF951 Malachite

📋 copy color: '#2DF951'

red 45 ◦ green 249 ◦ blue 81

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

Shades of Malachite #2DF951

Tints of Malachite #2DF951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 12%
G = 66.4%
B = 21.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#2DF951 (or 0x2DF951) is known color: Malachite. HEX triplet: 2D, F9 and 51. RGB value is (45,249,81). Sum of RGB (Red+Green+Blue) = 45+249+81=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF951 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF951 is #D206AE. Grayscale: #A9A9A9. Windows color (decimal): -13764271 or 5372205. OLE color: 5372205.

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

Color convert

RGB 45 249 81 -
CMYK 0.82 0 0.67 0.02
HSL 130.59º 0.94% 0.58% -
HSV(B) 130.59º 0.82% 0.98% -
XYZ 36.44 68.9 19.16 -
YUV 168.85 78.41 39.66 -
System Red Green Blue C M Y K H S L
Decimal 45 249 81 0.82 0 0.67 0.02 130.59 0.94 0.58
Hex 2D F9 51 52 0 43 2 83 5E 3A
Octal 55 371 121 122 0 103 2 203 136 72
Binary 101101 11111001 1010001 1010010 0 1000011 10 10000011 1011110 111010

Color Harmonies of #2DF951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF951

Black with #2DF951

Text Example


Text Example

White with #2DF951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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