Html Css Color HEX #06E301 Free Speech Green

📋 copy color: '#06E301'

red 6 ◦ green 227 ◦ blue 1

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

Shades of Free Speech Green #06E301

Tints of Free Speech Green #06E301

RGB

 RED value IS 6 (2.73% from 255) = 2.56%

 GREEN value IS 227 (89.06% from 255) = 97.01%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 2.56%
G = 97.01%
B = 0.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#06E301 (or 0x06E301) is known color: Free Speech Green. HEX triplet: 06, E3 and 01. RGB value is (6,227,1). Sum of RGB (Red+Green+Blue) = 6+227+1=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 227 (89.06% from 255 or 97.01% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 227 - color contains mainly: green. Hex color #06E301 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E301 is #F91CFE. Grayscale: #878787. Windows color (decimal): -16325887 or 123654. OLE color: 123654.

HSL color Cylindrical-coordinate representation of color #06E301: hue angle of 118.67º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06E301 is Cyan = 0.97, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 227 1 -
CMYK 0.97 0 1.00 0.11
HSL 118.67º 0.99% 0.45% -
HSV(B) 118.67º 1% 0.89% -
XYZ 27.55 54.98 9.19 -
YUV 135.16 52.28 35.88 -
System Red Green Blue C M Y K H S L
Decimal 6 227 1 0.97 0 1.00 0.11 118.67 0.99 0.45
Hex 6 E3 1 61 0 64 B 77 63 2D
Octal 6 343 1 141 0 144 13 167 143 55
Binary 110 11100011 1 1100001 0 1100100 1011 1110111 1100011 101101

Color Harmonies of #06E301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E301

Black with #06E301

Text Example


Text Example

White with #06E301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06E301; }

 p { color: rgb(6,227,1); }

 H1.HeaderClassName
 {
   color: #06E301;
 }
 .AnyTagClassName
 {
   color: #06E301;
 }
</style>

background-color css

<style>
 a { background-color: #06E301; }

 a { background-color: rgb(6,227,1); }

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

border-color css

<style>
 span { border-color: #06E301; }

 span { border-color: rgb(6,227,1); }

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