Html Css Color HEX #00CC3E Dark Pastel Green

📋 copy color: '#00CC3E'

red 0 ◦ green 204 ◦ blue 62

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

Shades of Dark Pastel Green #00CC3E

Tints of Dark Pastel Green #00CC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 76.69%

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 0%
G = 76.69%
B = 23.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#00CC3E (or 0x00CC3E) is known color: Dark Pastel Green. HEX triplet: 00, CC and 3E. RGB value is (0,204,62). Sum of RGB (Red+Green+Blue) = 0+204+62=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 204 (80.08% from 255 or 76.69% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 204 - color contains mainly: green. Hex color #00CC3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CC3E is #FF33C1. Grayscale: #7F7F7F. Windows color (decimal): -16724930 or 4115456. OLE color: 4115456.

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

Color convert

RGB 0 204 62 -
CMYK 1 0 0.70 0.2
HSL 138.24º 1% 0.4% -
HSV(B) 138.24º 1% 0.8% -
XYZ 22.46 43.53 11.78 -
YUV 126.82 91.41 37.55 -
System Red Green Blue C M Y K H S L
Decimal 0 204 62 1 0 0.70 0.2 138.24 1 0.4
Hex 0 CC 3E 64 0 46 14 8A 64 28
Octal 0 314 76 144 0 106 24 212 144 50
Binary 0 11001100 111110 1100100 0 1000110 10100 10001010 1100100 101000

Color Harmonies of #00CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CC3E

Black with #00CC3E

Text Example


Text Example

White with #00CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,204,62); }

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

background-color css

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

 a { background-color: rgb(0,204,62); }

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

border-color css

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

 span { border-color: rgb(0,204,62); }

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