Html Css Color HEX #01E621 Free Speech Green

📋 copy color: '#01E621'

red 1 ◦ green 230 ◦ blue 33

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

Shades of Free Speech Green #01E621

Tints of Free Speech Green #01E621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 0.38%
G = 87.12%
B = 12.5%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#01E621 (or 0x01E621) is known color: Free Speech Green. HEX triplet: 01, E6 and 21. RGB value is (1,230,33). Sum of RGB (Red+Green+Blue) = 1+230+33=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 230 (90.23% from 255 or 87.12% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 230 - color contains mainly: green. Hex color #01E621 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E621 is #FE19DE. Grayscale: #8B8B8B. Windows color (decimal): -16652767 or 2221569. OLE color: 2221569.

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

Color convert

RGB 1 230 33 -
CMYK 1.00 0 0.86 0.10
HSL 128.38º 0.99% 0.45% -
HSV(B) 128.38º 1% 0.9% -
XYZ 28.58 56.71 10.88 -
YUV 139.07 68.13 29.52 -
System Red Green Blue C M Y K H S L
Decimal 1 230 33 1.00 0 0.86 0.10 128.38 0.99 0.45
Hex 1 E6 21 64 0 56 A 80 63 2D
Octal 1 346 41 144 0 126 12 200 143 55
Binary 1 11100110 100001 1100100 0 1010110 1010 10000000 1100011 101101

Color Harmonies of #01E621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E621

Black with #01E621

Text Example


Text Example

White with #01E621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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