Html Css Color HEX #00E12D Dark Pastel Green

📋 copy color: '#00E12D'

red 0 ◦ green 225 ◦ blue 45

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

Shades of Dark Pastel Green #00E12D

Tints of Dark Pastel Green #00E12D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 225 (88.28% from 255) = 83.33%

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 0%
G = 83.33%
B = 16.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#00E12D (or 0x00E12D) is known color: Dark Pastel Green. HEX triplet: 00, E1 and 2D. RGB value is (0,225,45). Sum of RGB (Red+Green+Blue) = 0+225+45=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 225 (88.28% from 255 or 83.33% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 225 - color contains mainly: green. Hex color #00E12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E12D is #FF1ED2. Grayscale: #898989. Windows color (decimal): -16719571 or 3006720. OLE color: 3006720.

HSL color Cylindrical-coordinate representation of color #00E12D: hue angle of 132º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E12D is Cyan = 1, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 225 45 -
CMYK 1 0 0.8 0.12
HSL 132º 1% 0.44% -
HSV(B) 132º 1% 0.88% -
XYZ 27.4 54.04 11.47 -
YUV 137.21 75.96 30.14 -
System Red Green Blue C M Y K H S L
Decimal 0 225 45 1 0 0.8 0.12 132 1 0.44
Hex 0 E1 2D 64 0 50 C 84 64 2C
Octal 0 341 55 144 0 120 14 204 144 54
Binary 0 11100001 101101 1100100 0 1010000 1100 10000100 1100100 101100

Color Harmonies of #00E12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E12D

Black with #00E12D

Text Example


Text Example

White with #00E12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00E12D; }

 p { color: rgb(0,225,45); }

 H1.HeaderClassName
 {
   color: #00E12D;
 }
 .AnyTagClassName
 {
   color: #00E12D;
 }
</style>

background-color css

<style>
 a { background-color: #00E12D; }

 a { background-color: rgb(0,225,45); }

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

border-color css

<style>
 span { border-color: #00E12D; }

 span { border-color: rgb(0,225,45); }

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