#01E62B

Color #01E62B Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #01E62B

Tints of Free Speech Green #01E62B

Color information

#01E62B (or 0x01E62B) is unknown color: approx 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

RGB123043-
CMYK1.0000.810.10
HSL131º99.13%45.29%-
HSV(B)131º99.57%90.2%-
XYZ28.7556.7711.73-
YUV140.2173.1328.71-

RGB Variations

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

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 (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1230431.0000.810.1013199.1345.29
Hex1E62B64051A83632d
Octal13465314401211220314355
Binary1111001101010111100100010100011010100000111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>