Html Css Color HEX #2DF15D Malachite

📋 copy color: '#2DF15D'

red 45 ◦ green 241 ◦ blue 93

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

Shades of Malachite #2DF15D

Tints of Malachite #2DF15D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.59%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 11.87%
G = 63.59%
B = 24.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#2DF15D (or 0x2DF15D) is known color: Malachite. HEX triplet: 2D, F1 and 5D. RGB value is (45,241,93). Sum of RGB (Red+Green+Blue) = 45+241+93=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF15D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF15D is #D20EA2. Grayscale: #A5A5A5. Windows color (decimal): -13766307 or 6156589. OLE color: 6156589.

HSL color Cylindrical-coordinate representation of color #2DF15D: hue angle of 134.69º degrees, saturation: 0.88, 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 #2DF15D is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 241 93 -
CMYK 0.81 0 0.61 0.05
HSL 134.69º 0.88% 0.56% -
HSV(B) 134.69º 0.81% 0.95% -
XYZ 34.51 64.26 20.94 -
YUV 165.52 87.07 42.03 -
System Red Green Blue C M Y K H S L
Decimal 45 241 93 0.81 0 0.61 0.05 134.69 0.88 0.56
Hex 2D F1 5D 51 0 3D 5 87 58 38
Octal 55 361 135 121 0 75 5 207 130 70
Binary 101101 11110001 1011101 1010001 0 111101 101 10000111 1011000 111000

Color Harmonies of #2DF15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF15D

Black with #2DF15D

Text Example


Text Example

White with #2DF15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,241,93); }

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

background-color css

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

 a { background-color: rgb(45,241,93); }

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

border-color css

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

 span { border-color: rgb(45,241,93); }

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