Html Css Color HEX #2DF058 Malachite

📋 copy color: '#2DF058'

red 45 ◦ green 240 ◦ blue 88

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

Shades of Malachite #2DF058

Tints of Malachite #2DF058

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.34%

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

R = 12.06%
G = 64.34%
B = 23.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#2DF058 (or 0x2DF058) is known color: Malachite. HEX triplet: 2D, F0 and 58. RGB value is (45,240,88). Sum of RGB (Red+Green+Blue) = 45+240+88=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF058 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF058 is #D20FA7. Grayscale: #A4A4A4. Windows color (decimal): -13766568 or 5828653. OLE color: 5828653.

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

Color convert

RGB 45 240 88 -
CMYK 0.81 0 0.63 0.06
HSL 133.23º 0.87% 0.56% -
HSV(B) 133.23º 0.81% 0.94% -
XYZ 34 63.58 19.71 -
YUV 164.37 84.9 42.86 -
System Red Green Blue C M Y K H S L
Decimal 45 240 88 0.81 0 0.63 0.06 133.23 0.87 0.56
Hex 2D F0 58 51 0 3F 6 85 57 38
Octal 55 360 130 121 0 77 6 205 127 70
Binary 101101 11110000 1011000 1010001 0 111111 110 10000101 1010111 111000

Color Harmonies of #2DF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF058

Black with #2DF058

Text Example


Text Example

White with #2DF058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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