Html Css Color HEX #2DF658 Malachite

📋 copy color: '#2DF658'

red 45 ◦ green 246 ◦ blue 88

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

Shades of Malachite #2DF658

Tints of Malachite #2DF658

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.91%

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 11.87%
G = 64.91%
B = 23.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#2DF658 (or 0x2DF658) is known color: Malachite. HEX triplet: 2D, F6 and 58. RGB value is (45,246,88). Sum of RGB (Red+Green+Blue) = 45+246+88=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 246 (96.48% from 255 or 64.91% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF658 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF658 is #D209A7. Grayscale: #A8A8A8. Windows color (decimal): -13765032 or 5830189. OLE color: 5830189.

HSL color Cylindrical-coordinate representation of color #2DF658: hue angle of 132.84º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF658 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 45 246 88 -
CMYK 0.82 0 0.64 0.04
HSL 132.84º 0.92% 0.57% -
HSV(B) 132.84º 0.82% 0.96% -
XYZ 35.8 67.17 20.31 -
YUV 167.89 82.91 40.35 -
System Red Green Blue C M Y K H S L
Decimal 45 246 88 0.82 0 0.64 0.04 132.84 0.92 0.57
Hex 2D F6 58 52 0 40 4 85 5C 39
Octal 55 366 130 122 0 100 4 205 134 71
Binary 101101 11110110 1011000 1010010 0 1000000 100 10000101 1011100 111001

Color Harmonies of #2DF658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF658

Black with #2DF658

Text Example


Text Example

White with #2DF658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,246,88); }

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

background-color css

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

 a { background-color: rgb(45,246,88); }

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

border-color css

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

 span { border-color: rgb(45,246,88); }

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