Html Css Color HEX #2DE366 Malachite

📋 copy color: '#2DE366'

red 45 ◦ green 227 ◦ blue 102

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

Shades of Malachite #2DE366

Tints of Malachite #2DE366

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.7%

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 12.03%
G = 60.7%
B = 27.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#2DE366 (or 0x2DE366) is known color: Malachite. HEX triplet: 2D, E3 and 66. RGB value is (45,227,102). Sum of RGB (Red+Green+Blue) = 45+227+102=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 227 (89.06% from 255 or 60.70% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE366 is #D21C99. Grayscale: #9E9E9E. Windows color (decimal): -13769882 or 6742829. OLE color: 6742829.

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

Color convert

RGB 45 227 102 -
CMYK 0.80 0 0.55 0.11
HSL 138.79º 0.76% 0.53% -
HSV(B) 138.79º 0.8% 0.89% -
XYZ 30.95 56.46 21.84 -
YUV 158.33 96.2 47.16 -
System Red Green Blue C M Y K H S L
Decimal 45 227 102 0.80 0 0.55 0.11 138.79 0.76 0.53
Hex 2D E3 66 50 0 37 B 8B 4C 35
Octal 55 343 146 120 0 67 13 213 114 65
Binary 101101 11100011 1100110 1010000 0 110111 1011 10001011 1001100 110101

Color Harmonies of #2DE366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE366

Black with #2DE366

Text Example


Text Example

White with #2DE366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,227,102); }

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

background-color css

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

 a { background-color: rgb(45,227,102); }

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

border-color css

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

 span { border-color: rgb(45,227,102); }

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