Html Css Color HEX #00C41E Dark Pastel Green

📋 copy color: '#00C41E'

red 0 ◦ green 196 ◦ blue 30

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

Shades of Dark Pastel Green #00C41E

Tints of Dark Pastel Green #00C41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 86.73%

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

R = 0%
G = 86.73%
B = 13.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#00C41E (or 0x00C41E) is known color: Dark Pastel Green. HEX triplet: 00, C4 and 1E. RGB value is (0,196,30). Sum of RGB (Red+Green+Blue) = 0+196+30=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 196 (76.95% from 255 or 86.73% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 196 - color contains mainly: green. Hex color #00C41E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C41E is #FF3BE1. Grayscale: #767676. Windows color (decimal): -16727010 or 2016256. OLE color: 2016256.

HSL color Cylindrical-coordinate representation of color #00C41E: hue angle of 129.18º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C41E is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 0 196 30 -
CMYK 1 0 0.85 0.23
HSL 129.18º 1% 0.38% -
HSV(B) 129.18º 1% 0.77% -
XYZ 19.97 39.57 7.81 -
YUV 118.47 78.07 43.5 -
System Red Green Blue C M Y K H S L
Decimal 0 196 30 1 0 0.85 0.23 129.18 1 0.38
Hex 0 C4 1E 64 0 55 17 81 64 26
Octal 0 304 36 144 0 125 27 201 144 46
Binary 0 11000100 11110 1100100 0 1010101 10111 10000001 1100100 100110

Color Harmonies of #00C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C41E

Black with #00C41E

Text Example


Text Example

White with #00C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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