Html Css Color HEX #01D41E Dark Pastel Green

📋 copy color: '#01D41E'

red 1 ◦ green 212 ◦ blue 30

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

Shades of Dark Pastel Green #01D41E

Tints of Dark Pastel Green #01D41E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 87.24%

 BLUE value IS 30 (12.11% from 255) = 12.35%

R = 0.41%
G = 87.24%
B = 12.35%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#01D41E (or 0x01D41E) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 1E. RGB value is (1,212,30). Sum of RGB (Red+Green+Blue) = 1+212+30=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 212 (83.20% from 255 or 87.24% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 212 - color contains mainly: green. Hex color #01D41E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D41E is #FE2BE1. Grayscale: #808080. Windows color (decimal): -16657378 or 2020353. OLE color: 2020353.

HSL color Cylindrical-coordinate representation of color #01D41E: hue angle of 128.25º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D41E is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 212 30 -
CMYK 1.00 0 0.86 0.17
HSL 128.25º 0.99% 0.42% -
HSV(B) 128.25º 1% 0.83% -
XYZ 23.79 47.19 9.08 -
YUV 128.16 72.6 37.3 -
System Red Green Blue C M Y K H S L
Decimal 1 212 30 1.00 0 0.86 0.17 128.25 0.99 0.42
Hex 1 D4 1E 64 0 56 11 80 63 2A
Octal 1 324 36 144 0 126 21 200 143 52
Binary 1 11010100 11110 1100100 0 1010110 10001 10000000 1100011 101010

Color Harmonies of #01D41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D41E

Black with #01D41E

Text Example


Text Example

White with #01D41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,212,30); }

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

background-color css

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

 a { background-color: rgb(1,212,30); }

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

border-color css

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

 span { border-color: rgb(1,212,30); }

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