Html Css Color HEX #01E02C Dark Pastel Green

📋 copy color: '#01E02C'

red 1 ◦ green 224 ◦ blue 44

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

Shades of Dark Pastel Green #01E02C

Tints of Dark Pastel Green #01E02C

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 224 (87.89% from 255) = 83.27%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 0.37%
G = 83.27%
B = 16.36%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#01E02C (or 0x01E02C) is known color: Dark Pastel Green. HEX triplet: 01, E0 and 2C. RGB value is (1,224,44). Sum of RGB (Red+Green+Blue) = 1+224+44=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 224 (87.89% from 255 or 83.27% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 224 - color contains mainly: green. Hex color #01E02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E02C is #FE1FD3. Grayscale: #898989. Windows color (decimal): -16654292 or 2940929. OLE color: 2940929.

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

Color convert

RGB 1 224 44 -
CMYK 1.00 0 0.80 0.12
HSL 131.57º 0.99% 0.44% -
HSV(B) 131.57º 1% 0.88% -
XYZ 27.12 53.5 11.28 -
YUV 136.8 75.62 31.14 -
System Red Green Blue C M Y K H S L
Decimal 1 224 44 1.00 0 0.80 0.12 131.57 0.99 0.44
Hex 1 E0 2C 64 0 50 C 84 63 2C
Octal 1 340 54 144 0 120 14 204 143 54
Binary 1 11100000 101100 1100100 0 1010000 1100 10000100 1100011 101100

Color Harmonies of #01E02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E02C

Black with #01E02C

Text Example


Text Example

White with #01E02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01E02C; }

 p { color: rgb(1,224,44); }

 H1.HeaderClassName
 {
   color: #01E02C;
 }
 .AnyTagClassName
 {
   color: #01E02C;
 }
</style>

background-color css

<style>
 a { background-color: #01E02C; }

 a { background-color: rgb(1,224,44); }

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

border-color css

<style>
 span { border-color: #01E02C; }

 span { border-color: rgb(1,224,44); }

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