#2DE462

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

Shades of Malachite #2DE462

Tints of Malachite #2DE462

Color information

#2DE462 (or 0x2DE462) is unknown color: approx Malachite. HEX triplet: 2D, E4 and 62. RGB value is (45,228,98). Sum of RGB (Red+Green+Blue) = 45+228+98=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 228 (89.45% from 255 or 61.46% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE462 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE462 is #D21B9D. Grayscale: #9E9E9E. Windows color (decimal): -13769630 or 6480941. OLE color: 6480941.

HSL color Cylindrical-coordinate representation of color #2DE462: hue angle of 137.38º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE462 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB4522898-
CMYK0.8000.570.11
HSL137.38º77.22%53.53%-
HSV(B)137.38º80.26%89.41%-
XYZ31.0356.9320.91-
YUV158.4693.8747.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.13%
GREEN value IS 228 (89.45% from 255) = 61.46%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=12.13%
G=61.46%
B=26.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal45228980.8000.570.11137.3877.2253.53
Hex2DE46250039B894d36
Octal553441421200711321111566
Binary101101111001001100010101000001110011011100010011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,228,98); }

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

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

 a { background-color: rgb(45,228,98); }

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

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

 span { border-color: rgb(45,228,98); }

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