Html Css Color HEX #00CE2E Dark Pastel Green

📋 copy color: '#00CE2E'

red 0 ◦ green 206 ◦ blue 46

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

Shades of Dark Pastel Green #00CE2E

Tints of Dark Pastel Green #00CE2E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 81.75%

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 0%
G = 81.75%
B = 18.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#00CE2E (or 0x00CE2E) is known color: Dark Pastel Green. HEX triplet: 00, CE and 2E. RGB value is (0,206,46). Sum of RGB (Red+Green+Blue) = 0+206+46=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 206 (80.86% from 255 or 81.75% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CE2E is #FF31D1. Grayscale: #7E7E7E. Windows color (decimal): -16724434 or 3067392. OLE color: 3067392.

HSL color Cylindrical-coordinate representation of color #00CE2E: hue angle of 133.4º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE2E is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 206 46 -
CMYK 1 0 0.78 0.19
HSL 133.4º 1% 0.4% -
HSV(B) 133.4º 1% 0.81% -
XYZ 22.56 44.34 9.95 -
YUV 126.17 82.75 38.01 -
System Red Green Blue C M Y K H S L
Decimal 0 206 46 1 0 0.78 0.19 133.4 1 0.4
Hex 0 CE 2E 64 0 4E 13 85 64 28
Octal 0 316 56 144 0 116 23 205 144 50
Binary 0 11001110 101110 1100100 0 1001110 10011 10000101 1100100 101000

Color Harmonies of #00CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CE2E

Black with #00CE2E

Text Example


Text Example

White with #00CE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,206,46); }

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

background-color css

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

 a { background-color: rgb(0,206,46); }

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

border-color css

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

 span { border-color: rgb(0,206,46); }

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