Html Css Color HEX #01CB25 Dark Pastel Green

📋 copy color: '#01CB25'

red 1 ◦ green 203 ◦ blue 37

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

Shades of Dark Pastel Green #01CB25

Tints of Dark Pastel Green #01CB25

RGB

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

 GREEN value IS 203 (79.69% from 255) = 84.23%

 BLUE value IS 37 (14.84% from 255) = 15.35%

R = 0.41%
G = 84.23%
B = 15.35%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#01CB25 (or 0x01CB25) is known color: Dark Pastel Green. HEX triplet: 01, CB and 25. RGB value is (1,203,37). Sum of RGB (Red+Green+Blue) = 1+203+37=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 203 (79.69% from 255 or 84.23% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CB25 is #FE34DA. Grayscale: #7C7C7C. Windows color (decimal): -16659675 or 2476801. OLE color: 2476801.

HSL color Cylindrical-coordinate representation of color #01CB25: hue angle of 130.69º 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 #01CB25 is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 203 37 -
CMYK 1.00 0 0.82 0.20
HSL 130.69º 0.99% 0.4% -
HSV(B) 130.69º 1% 0.8% -
XYZ 21.7 42.85 8.88 -
YUV 123.68 79.08 40.5 -
System Red Green Blue C M Y K H S L
Decimal 1 203 37 1.00 0 0.82 0.20 130.69 0.99 0.4
Hex 1 CB 25 64 0 52 14 83 63 28
Octal 1 313 45 144 0 122 24 203 143 50
Binary 1 11001011 100101 1100100 0 1010010 10100 10000011 1100011 101000

Color Harmonies of #01CB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CB25

Black with #01CB25

Text Example


Text Example

White with #01CB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,203,37); }

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

background-color css

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

 a { background-color: rgb(1,203,37); }

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

border-color css

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

 span { border-color: rgb(1,203,37); }

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