Html Css Color HEX #06E325 Free Speech Green

📋 copy color: '#06E325'

red 6 ◦ green 227 ◦ blue 37

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

Shades of Free Speech Green #06E325

Tints of Free Speech Green #06E325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 2.22%
G = 84.07%
B = 13.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#06E325 (or 0x06E325) is known color: Free Speech Green. HEX triplet: 06, E3 and 25. RGB value is (6,227,37). Sum of RGB (Red+Green+Blue) = 6+227+37=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 227 (89.06% from 255 or 84.07% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 227 - color contains mainly: green. Hex color #06E325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E325 is #F91CDA. Grayscale: #8B8B8B. Windows color (decimal): -16325851 or 2482950. OLE color: 2482950.

HSL color Cylindrical-coordinate representation of color #06E325: hue angle of 128.42º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E325 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 227 37 -
CMYK 0.97 0 0.84 0.11
HSL 128.42º 0.95% 0.46% -
HSV(B) 128.42º 0.97% 0.89% -
XYZ 27.88 55.11 10.92 -
YUV 139.26 70.28 32.95 -
System Red Green Blue C M Y K H S L
Decimal 6 227 37 0.97 0 0.84 0.11 128.42 0.95 0.46
Hex 6 E3 25 61 0 54 B 80 5F 2E
Octal 6 343 45 141 0 124 13 200 137 56
Binary 110 11100011 100101 1100001 0 1010100 1011 10000000 1011111 101110

Color Harmonies of #06E325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E325

Black with #06E325

Text Example


Text Example

White with #06E325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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