#00D51E

Color #00D51E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00D51E

Tints of Dark Pastel Green #00D51E

Color information

#00D51E (or 0x00D51E) is unknown color: approx Dark Pastel Green. HEX triplet: 00, D5 and 1E. RGB value is (0,213,30). Sum of RGB (Red+Green+Blue) = 0+213+30=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 213 (83.59% from 255 or 87.65% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 213 - color contains mainly: green. Hex color #00D51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D51E is #FF2AE1. Grayscale: #808080. Windows color (decimal): -16722658 or 2020608. OLE color: 2020608.

HSL color Cylindrical-coordinate representation of color #00D51E: hue angle of 128.45º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D51E is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB021330-
CMYK100.860.16
HSL128.45º100%41.76%-
HSV(B)128.45º100%83.53%-
XYZ24.0347.689.17-
YUV128.4572.4336.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 213 (83.59% from 255) = 87.65%
BLUE value IS 30 (12.11% from 255) = 12.35%
R=0%
G=87.65%
B=12.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal021330100.860.16128.4510041.76
Hex0D51E640561080642a
Octal03253614401262020014452
Binary0110101011111011001000101011010000100000001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,213,30); }

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

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

 a { background-color: rgb(0,213,30); }

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

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

 span { border-color: rgb(0,213,30); }

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