Html Css Color HEX #01E62B Free Speech Green

📋 copy color: '#01E62B'

red 1 ◦ green 230 ◦ blue 43

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

Shades of Free Speech Green #01E62B

Tints of Free Speech Green #01E62B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 83.94%

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 0.36%
G = 83.94%
B = 15.69%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#01E62B (or 0x01E62B) is known color: Free Speech Green. HEX triplet: 01, E6 and 2B. RGB value is (1,230,43). Sum of RGB (Red+Green+Blue) = 1+230+43=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 230 (90.23% from 255 or 83.94% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 230 - color contains mainly: green. Hex color #01E62B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E62B is #FE19D4. Grayscale: #8C8C8C. Windows color (decimal): -16652757 or 2876929. OLE color: 2876929.

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

Color convert

RGB 1 230 43 -
CMYK 1.00 0 0.81 0.10
HSL 131º 0.99% 0.45% -
HSV(B) 131º 1% 0.9% -
XYZ 28.75 56.77 11.73 -
YUV 140.21 73.13 28.71 -
System Red Green Blue C M Y K H S L
Decimal 1 230 43 1.00 0 0.81 0.10 131 0.99 0.45
Hex 1 E6 2B 64 0 51 A 83 63 2D
Octal 1 346 53 144 0 121 12 203 143 55
Binary 1 11100110 101011 1100100 0 1010001 1010 10000011 1100011 101101

Color Harmonies of #01E62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E62B

Black with #01E62B

Text Example


Text Example

White with #01E62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,230,43); }

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

background-color css

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

 a { background-color: rgb(1,230,43); }

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

border-color css

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

 span { border-color: rgb(1,230,43); }

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