Html Css Color HEX #01BE24 Dark Pastel Green

📋 copy color: '#01BE24'

red 1 ◦ green 190 ◦ blue 36

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

Shades of Dark Pastel Green #01BE24

Tints of Dark Pastel Green #01BE24

RGB

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

 GREEN value IS 190 (74.61% from 255) = 83.7%

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 0.44%
G = 83.7%
B = 15.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#01BE24 (or 0x01BE24) is known color: Dark Pastel Green. HEX triplet: 01, BE and 24. RGB value is (1,190,36). Sum of RGB (Red+Green+Blue) = 1+190+36=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 190 (74.61% from 255 or 83.70% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BE24 is #FE41DB. Grayscale: #747474. Windows color (decimal): -16663004 or 2407937. OLE color: 2407937.

HSL color Cylindrical-coordinate representation of color #01BE24: hue angle of 131.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE24 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 36 -
CMYK 0.99 0 0.81 0.25
HSL 131.11º 0.99% 0.37% -
HSV(B) 131.11º 0.99% 0.75% -
XYZ 18.74 36.96 7.82 -
YUV 115.93 82.88 46.02 -
System Red Green Blue C M Y K H S L
Decimal 1 190 36 0.99 0 0.81 0.25 131.11 0.99 0.37
Hex 1 BE 24 63 0 51 19 83 63 25
Octal 1 276 44 143 0 121 31 203 143 45
Binary 1 10111110 100100 1100011 0 1010001 11001 10000011 1100011 100101

Color Harmonies of #01BE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE24

Black with #01BE24

Text Example


Text Example

White with #01BE24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,36); }

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

background-color css

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

 a { background-color: rgb(1,190,36); }

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

border-color css

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

 span { border-color: rgb(1,190,36); }

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