Html Css Color HEX #01CC1B Dark Pastel Green

📋 copy color: '#01CC1B'

red 1 ◦ green 204 ◦ blue 27

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

Shades of Dark Pastel Green #01CC1B

Tints of Dark Pastel Green #01CC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 0.43%
G = 87.93%
B = 11.64%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#01CC1B (or 0x01CC1B) is known color: Dark Pastel Green. HEX triplet: 01, CC and 1B. RGB value is (1,204,27). Sum of RGB (Red+Green+Blue) = 1+204+27=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 204 (80.08% from 255 or 87.93% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CC1B is #FE33E4. Grayscale: #7B7B7B. Windows color (decimal): -16659429 or 1821697. OLE color: 1821697.

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

Color convert

RGB 1 204 27 -
CMYK 1.00 0 0.87 0.2
HSL 127.68º 0.99% 0.4% -
HSV(B) 127.68º 1% 0.8% -
XYZ 21.8 43.27 8.24 -
YUV 123.13 73.75 40.89 -
System Red Green Blue C M Y K H S L
Decimal 1 204 27 1.00 0 0.87 0.2 127.68 0.99 0.4
Hex 1 CC 1B 64 0 57 14 80 63 28
Octal 1 314 33 144 0 127 24 200 143 50
Binary 1 11001100 11011 1100100 0 1010111 10100 10000000 1100011 101000

Color Harmonies of #01CC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CC1B

Black with #01CC1B

Text Example


Text Example

White with #01CC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,204,27); }

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

background-color css

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

 a { background-color: rgb(1,204,27); }

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

border-color css

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

 span { border-color: rgb(1,204,27); }

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