#2DF15B

Color #2DF15B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2DF15B

Tints of Malachite #2DF15B

Color information

#2DF15B (or 0x2DF15B) is unknown color: approx Malachite. HEX triplet: 2D, F1 and 5B. RGB value is (45,241,91). Sum of RGB (Red+Green+Blue) = 45+241+91=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF15B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF15B is #D20EA4. Grayscale: #A5A5A5. Windows color (decimal): -13766309 or 6025517. OLE color: 6025517.

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

Color convert

RGB4524191-
CMYK0.8100.620.05
HSL134.08º87.5%56.08%-
HSV(B)134.08º81.33%94.51%-
XYZ34.4364.2220.48-
YUV165.386.0742.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.94%
GREEN value IS 241 (94.53% from 255) = 63.93%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=11.94%
G=63.93%
B=24.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal45241910.8100.620.05134.0887.556.08
Hex2DF15B5103E5865838
Octal55361133121076520613070
Binary10110111110001101101110100010111110101100001101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DF15B;
 }
 .AnyTagClassName
 {
   color: #2DF15B;
 }
</style>
background-color css

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

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

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

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

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

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