Html Css Color HEX #01CE32 Dark Pastel Green

📋 copy color: '#01CE32'

red 1 ◦ green 206 ◦ blue 50

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

Shades of Dark Pastel Green #01CE32

Tints of Dark Pastel Green #01CE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 0.39%
G = 80.16%
B = 19.46%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#01CE32 (or 0x01CE32) is known color: Dark Pastel Green. HEX triplet: 01, CE and 32. RGB value is (1,206,50). Sum of RGB (Red+Green+Blue) = 1+206+50=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 206 (80.86% from 255 or 80.16% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CE32 is #FE31CD. Grayscale: #7F7F7F. Windows color (decimal): -16658894 or 3329537. OLE color: 3329537.

HSL color Cylindrical-coordinate representation of color #01CE32: hue angle of 134.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CE32 is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 206 50 -
CMYK 1.00 0 0.76 0.19
HSL 134.34º 0.99% 0.41% -
HSV(B) 134.34º 1% 0.81% -
XYZ 22.66 44.38 10.39 -
YUV 126.92 84.58 38.18 -
System Red Green Blue C M Y K H S L
Decimal 1 206 50 1.00 0 0.76 0.19 134.34 0.99 0.41
Hex 1 CE 32 64 0 4C 13 86 63 29
Octal 1 316 62 144 0 114 23 206 143 51
Binary 1 11001110 110010 1100100 0 1001100 10011 10000110 1100011 101001

Color Harmonies of #01CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CE32

Black with #01CE32

Text Example


Text Example

White with #01CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,206,50); }

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

background-color css

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

 a { background-color: rgb(1,206,50); }

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

border-color css

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

 span { border-color: rgb(1,206,50); }

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